diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-09-27 15:56:17 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-09-27 15:56:17 +1300 |
commit | d919a05733d27b0f7d4f5ec7f319429305cb8ba5 (patch) | |
tree | 96aaac47ec6e7e31966a0135f4c79aa19a1b4655 /perlcritic/perlcriticrc | |
parent | Deprecate some ancient Perl variables (diff) | |
download | dotfiles-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/perlcriticrc')
-rw-r--r-- | perlcritic/perlcriticrc | 4 |
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 = $# $* $[ |