Disable new Style/VariableNumber cop.

This commit is contained in:
Markus Reiter 2016-09-20 21:13:04 +02:00
parent eec68a1e05
commit 8b921c087c

View File

@ -99,6 +99,11 @@ Style/IfUnlessModifier:
Exclude: Exclude:
- 'Taps/**/*' - 'Taps/**/*'
# TODO: enforce when rubocop has fixed this
# https://github.com/bbatsov/rubocop/issues/3516
Style/VariableNumber:
Enabled: false
# dashes in filenames are typical # dashes in filenames are typical
Style/FileName: Style/FileName:
# matches: # matches: