diff --git a/.rubocop.yml b/.rubocop.yml index eb873ef20..100e331cb 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -85,3 +85,7 @@ Style/AlignParameters: # No need fancy style of numbers such as 1_000_000 Style/NumericLiterals: Enabled: false + +# Too often suggest wrong syntax in subarray, this should be fix in rubocop first +Style/WordArray: + Enabled: false