Turn off NumericLiterals

This commit is contained in:
Priit Tark 2015-03-06 10:29:16 +02:00
parent 81db8e53d7
commit e22f6472aa

View file

@ -81,3 +81,7 @@ Style/CommentIndentation:
# It did not alayws suggested good format
Style/AlignParameters:
Enabled: false
# No need fancy style of numbers such as 1_000_000
Style/NumericLiterals
Enabled: false