config/.base_rubocop.yml in fablicop-1.6.0 vs config/.base_rubocop.yml in fablicop-1.7.0
- old
+ new
@@ -234,9 +234,12 @@
# Does the variable name for an exception object really matter?
# There are many things to think about before taking care of it.
Naming/RescuedExceptionsVariableName:
Enabled: false
+Naming/VariableNumber:
+ Enabled: false
+
##################### RSpec ##################################
# disabling to not to show errors if there is no when/with/without in the context
RSpec/ContextWording:
Enabled: false