aboutsummaryrefslogtreecommitdiff
path: root/perlcritic
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-15 00:47:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-15 00:47:35 +1300
commit5ba343e6ea76183f8f46c8ce28d36a66539a7b1d (patch)
tree76bf9d7a22d641daf1f41eedb7b2b969d684a030 /perlcritic
parentDocument why fnl(1df) command is wrapped (diff)
downloaddotfiles-5ba343e6ea76183f8f46c8ce28d36a66539a7b1d.tar.gz
dotfiles-5ba343e6ea76183f8f46c8ce28d36a66539a7b1d.zip
Exclude another Perl::Critic policy
Diffstat (limited to 'perlcritic')
-rw-r--r--perlcritic/perlcriticrc3
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]