Disable new Style/VariableNumber cop.
This commit is contained in:
parent
eec68a1e05
commit
8b921c087c
@ -99,6 +99,11 @@ Style/IfUnlessModifier:
|
||||
Exclude:
|
||||
- 'Taps/**/*'
|
||||
|
||||
# TODO: enforce when rubocop has fixed this
|
||||
# https://github.com/bbatsov/rubocop/issues/3516
|
||||
Style/VariableNumber:
|
||||
Enabled: false
|
||||
|
||||
# dashes in filenames are typical
|
||||
Style/FileName:
|
||||
# matches:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user