aboutsummaryrefslogtreecommitdiff
path: root/perlcritic
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-09-27 15:56:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-09-27 15:56:17 +1300
commitd919a05733d27b0f7d4f5ec7f319429305cb8ba5 (patch)
tree96aaac47ec6e7e31966a0135f4c79aa19a1b4655 /perlcritic
parentDeprecate some ancient Perl variables (diff)
downloaddotfiles-d919a05733d27b0f7d4f5ec7f319429305cb8ba5.tar.gz
dotfiles-d919a05733d27b0f7d4f5ec7f319429305cb8ba5.zip
Remove overkill punc vars policy
Variables::ProhibitPunctuationVars handles this case already, and they have no English equivalents anyway.
Diffstat (limited to 'perlcritic')
-rw-r--r--perlcritic/perlcriticrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/perlcritic/perlcriticrc b/perlcritic/perlcriticrc
index 3bc92cdd..c3fda080 100644
--- a/perlcritic/perlcriticrc
+++ b/perlcritic/perlcriticrc
@@ -14,7 +14,3 @@ add_exceptions = inet4 inet6 ipv4 ipv6
# and also 100 (for calculating percentages)
[ValuesAndExpressions::ProhibitMagicNumbers]
allowed_values = 0..9 100
-
-# These are all explicitly listed as deprecated in perlvar
-[Variables::ProhibitEvilVariables]
-variables = $# $* $[