aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop_rules.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/.rubocop_rules.yml b/Library/.rubocop_rules.yml
index f1e3e6ec5..6d14287b6 100644
--- a/Library/.rubocop_rules.yml
+++ b/Library/.rubocop_rules.yml
@@ -7,6 +7,10 @@ Style/StringLiterals:
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
+# only for numbers >= 1_000_000
+Style/NumericLiterals:
+ MinDigits: 7
+
# percent-x is allowed for multiline
Style/CommandLiteral:
EnforcedStyle: mixed