Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore false-positives from double-sigil Critic | Tom Ryder | 2021-01-15 | 1 | -0/+5 |
| | |||||
* | Switch perlcritic to XDG basedirs | Tom Ryder | 2020-05-12 | 1 | -0/+2 |
| | |||||
* | Stop down a Perl::Critic policy I dislike | Tom Ryder | 2019-06-18 | 1 | -0/+3 |
| | |||||
* | Remove an unwanted Perl::Critic policy | Tom Ryder | 2019-05-29 | 1 | -0/+3 |
| | | | | <https://metacpan.org/pod/Perl::Critic::Policy::Editor::RequireEmacsFileVariables> | ||||
* | Allow 60 as magic number in Perl::Critic | Tom Ryder | 2019-05-23 | 1 | -2/+2 |
| | |||||
* | Further soften magic numbers Perl::Critic rule | Tom Ryder | 2018-03-22 | 1 | -3/+4 |
| | | | | | | | | Include 1900 as an allowed integer, for performing logic with the "year" index of `localtime`/`gmtime`. The core module Time::Piece generally makes this unneeded; this change is for writing code that should work on very old releases of Perl (e.g. 5.6), where Time::Piece was not yet core. | ||||
* | Exclude another Perl::Critic policy | Tom Ryder | 2017-10-15 | 1 | -0/+3 |
| | |||||
* | Ignore a Perl::Critic policy | Tom Ryder | 2017-10-06 | 1 | -0/+4 |
| | |||||
* | Allow 10 and 1000 as literals | Tom Ryder | 2017-10-06 | 1 | -2/+2 |
| | |||||
* | Remove overkill punc vars policy | Tom Ryder | 2017-09-27 | 1 | -4/+0 |
| | | | | | Variables::ProhibitPunctuationVars handles this case already, and they have no English equivalents anyway. | ||||
* | Deprecate some ancient Perl variables | Tom Ryder | 2017-09-27 | 1 | -0/+4 |
| | |||||
* | Allow a few more numeric literals in Perl | Tom Ryder | 2017-09-27 | 1 | -0/+5 |
| | |||||
* | Update addenda to allowed num-suffixed idents | Tom Ryder | 2017-09-27 | 1 | -1/+2 |
| | |||||
* | Clarify excluded Perl::Critic policy | Tom Ryder | 2017-09-27 | 1 | -1/+5 |
| | |||||
* | Add a comment about how hardcore I am | Tom Ryder | 2017-09-27 | 1 | -0/+1 |
| | |||||
* | Exclude bitwise op banning Perl::Critic policy | Tom Ryder | 2016-09-22 | 1 | -0/+1 |
| | | | | | | I flatly disagree with it. <https://metacpan.org/pod/Perl::Critic::Policy::Bangs::ProhibitBitwiseOperators> | ||||
* | Remove blank lines at end of files | Tom Ryder | 2016-03-28 | 1 | -1/+0 |
| | |||||
* | Remove my terrible joke | Tom Ryder | 2015-10-09 | 1 | -1/+1 |
| | | | | | | > The value for the global "severity" option ("brutal # \m/ >:[ \m/") > found in "/home/tom/.perlcriticrc" is not one of the valid severity > names: "brutal", "cruel", "harsh", "stern", "gentle". | ||||
* | brutal | Tom Ryder | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | Add Perl::Critic back in again | Tom Ryder | 2015-10-02 | 1 | -0/+5 |