Turn off rubocop array suggestions, becaus not correct with subarrays

This commit is contained in:
Priit Tark 2015-04-07 16:51:20 +03:00
parent e9a71c44ea
commit c0b6604ba9

View file

@ -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