diff options
| author | Markus Reiter | 2016-09-20 21:13:04 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-09-23 15:30:06 +0200 |
| commit | 8b921c087cde0b3ca2dbcdc11b900ca4ae8a4fec (patch) | |
| tree | d266375323a01f5a6104419764b3ac7d972ea6a5 | |
| parent | eec68a1e05f94970091feb19814a02b0b8471d4d (diff) | |
| download | brew-8b921c087cde0b3ca2dbcdc11b900ca4ae8a4fec.tar.bz2 | |
Disable new Style/VariableNumber cop.
| -rw-r--r-- | Library/.rubocop_rules.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/.rubocop_rules.yml b/Library/.rubocop_rules.yml index 16ffe6c75..f1e3e6ec5 100644 --- a/Library/.rubocop_rules.yml +++ b/Library/.rubocop_rules.yml @@ -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: |
