diff --git a/.rubocop.yml b/.rubocop.yml index 1bf26279f..eb873ef20 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -83,5 +83,5 @@ Style/AlignParameters: Enabled: false # No need fancy style of numbers such as 1_000_000 -Style/NumericLiterals +Style/NumericLiterals: Enabled: false