mirror of
https://github.com/internetee/registry.git
synced 2025-05-30 09:30:03 +02:00
Turn off rubocop array suggestions, becaus not correct with subarrays
This commit is contained in:
parent
e9a71c44ea
commit
c0b6604ba9
1 changed files with 4 additions and 0 deletions
|
@ -85,3 +85,7 @@ Style/AlignParameters:
|
||||||
# No need fancy style of numbers such as 1_000_000
|
# No need fancy style of numbers such as 1_000_000
|
||||||
Style/NumericLiterals:
|
Style/NumericLiterals:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
# Too often suggest wrong syntax in subarray, this should be fix in rubocop first
|
||||||
|
Style/WordArray:
|
||||||
|
Enabled: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue