Skip to content
Snippets Groups Projects
Commit be222658 authored by Markus Reiter's avatar Markus Reiter
Browse files

Set Style/NumericLiterals MinDigits to 7.

parent 129dfcac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment