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
tter Tom Ryder <tom@sanctum.geek.nz> 2018-07-04 13:08:30 +1200 Spin off Vim Perl version bump into ftplugin' href='/cgit/dotfiles.git/commit/.gitmodules?h=v2.0.0&id=d91e4c77ebe9a7dcc3336b25e0570551a933f974'>d91e4c77
be4b7281
a2b0d46d
27f006f2

9d3ed55d
4d7ee0b5

9d3ed55d
1a760892

1a760892


3348ea93
5b5db52a
22b1429f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100