summaryrefslogtreecommitdiff
path: root/t/critic/perlcriticrc
diff options
context:
space:
mode:
Diffstat (limited to 't/critic/perlcriticrc')
-rw-r--r--t/critic/perlcriticrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/critic/perlcriticrc b/t/critic/perlcriticrc
index 43e25e914..1708e1f35 100644
--- a/t/critic/perlcriticrc
+++ b/t/critic/perlcriticrc
@@ -23,6 +23,10 @@ minimum_regex_length_to_complain_about = 60
# TODO: switch these to q{} ?
allow_if_string_contains_single_quote = 1
+[ValuesAndExpressions::RequireNumberSeparators]
+# Up to 5 digits considered visually clear.
+min_value = 99999
+
##
## Disable tests
##