diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-15 00:47:35 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-15 00:47:35 +1300 |
commit | 5ba343e6ea76183f8f46c8ce28d36a66539a7b1d (patch) | |
tree | 76bf9d7a22d641daf1f41eedb7b2b969d684a030 /perlcritic/perlcriticrc | |
parent | Document why fnl(1df) command is wrapped (diff) | |
download | dotfiles-5ba343e6ea76183f8f46c8ce28d36a66539a7b1d.tar.gz dotfiles-5ba343e6ea76183f8f46c8ce28d36a66539a7b1d.zip |
Exclude another Perl::Critic policy
Diffstat (limited to 'perlcritic/perlcriticrc')
-rw-r--r-- | perlcritic/perlcriticrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perlcritic/perlcriticrc b/perlcritic/perlcriticrc index e8d13dcd..bc8453f8 100644 --- a/perlcritic/perlcriticrc +++ b/perlcritic/perlcriticrc @@ -14,6 +14,9 @@ add_exceptions = inet4 inet6 ipv4 ipv6 # documentation, so allow e.g. L<http://...> on Perl 5.6 [-Compatibility::PodMinimumVersion] +# This one causes more trouble than it's worth, too +[-Documentation::RequirePODUseEncodingUTF8] + # Soften this policy a bit; tolerate all the single-digit integers as literals, # and also three powers of 10 (for percentages, milliseconds etc) [ValuesAndExpressions::ProhibitMagicNumbers] |