aboutsummaryrefslogtreecommitdiff
path: root/perlcritic
Commit message (Collapse)AuthorAgeFilesLines
* Further soften magic numbers Perl::Critic ruleTom Ryder2018-03-221-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 policyTom Ryder2017-10-151-0/+3
|
* Ignore a Perl::Critic policyTom Ryder2017-10-061-0/+4
|
* Allow 10 and 1000 as literalsTom Ryder2017-10-061-2/+2
|
* Remove overkill punc vars policyTom Ryder2017-09-271-4/+0
| | | | | Variables::ProhibitPunctuationVars handles this case already, and they have no English equivalents anyway.
* Deprecate some ancient Perl variablesTom Ryder2017-09-271-0/+4
|
* Allow a few more numeric literals in PerlTom Ryder2017-09-271-0/+5
|
* Update addenda to allowed num-suffixed identsTom Ryder2017-09-271-1/+2
|
* Clarify excluded Perl::Critic policyTom Ryder2017-09-271-1/+5
|
* Add a comment about how hardcore I amTom Ryder2017-09-271-0/+1
|
* Exclude bitwise op banning Perl::Critic policyTom Ryder2016-09-221-0/+1
| | | | | | I flatly disagree with it. <https://metacpan.org/pod/Perl::Critic::Policy::Bangs::ProhibitBitwiseOperators>
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Remove my terrible jokeTom Ryder2015-10-091-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".
* brutalTom Ryder2015-10-091-1/+1
|
* Add Perl::Critic back in againTom Ryder2015-10-021-0/+5