From be22265860bd32deede9536035310c592d82583d Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 20 Sep 2016 21:36:04 +0200 Subject: Set Style/NumericLiterals MinDigits to 7. --- Library/.rubocop_rules.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3