diff --git a/.rubocop.yml b/.rubocop.yml index ed6970b34..1bf26279f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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