aboutsummaryrefslogtreecommitdiff
path: root/perlcritic
diff options
context:
space:
mode:
Diffstat (limited to 'perlcritic')
-rw-r--r--perlcritic/perlcriticrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/perlcritic/perlcriticrc b/perlcritic/perlcriticrc
index 91bc1540..742c2239 100644
--- a/perlcritic/perlcriticrc
+++ b/perlcritic/perlcriticrc
@@ -19,6 +19,6 @@ add_exceptions = inet4 inet6 ipv4 ipv6
# Soften this rather harsh policy a fair bit; tolerate negative one, all the
# single-digit integers as literals, three powers of 10 (for percentages,
-# milliseconds etc), and 1900 (for localtime)
+# milliseconds etc), 60 (for angles and clocks), and 1900 (for localtime)
[ValuesAndExpressions::ProhibitMagicNumbers]
-allowed_values = -1 0..9 10 100 1000 1900
+allowed_values = -1 0..9 10 60 100 1000 1900