diff options
| -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: |
