From 8b921c087cde0b3ca2dbcdc11b900ca4ae8a4fec Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 20 Sep 2016 21:13:04 +0200 Subject: [PATCH] Disable new Style/VariableNumber cop. --- Library/.rubocop_rules.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Library/.rubocop_rules.yml b/Library/.rubocop_rules.yml index 16ffe6c751..f1e3e6ec5b 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: