Disable RSpec/InstanceVariable as we have 868 offenses for it

This commit is contained in:
Bertocq
2018-01-07 02:15:43 +01:00
parent bf75b50b2f
commit 473e3d6466

View File

@@ -99,4 +99,7 @@ RSpec/ImplicitExpect:
EnforcedStyle: should
RSpec/InstanceSpy:
Enabled: true
Enabled: true
RSpec/InstanceVariable:
Enabled: false