diff --git a/.rubocop.yml b/.rubocop.yml index bc4987a8c..02d0f9c38 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -99,4 +99,7 @@ RSpec/ImplicitExpect: EnforcedStyle: should RSpec/InstanceSpy: - Enabled: true \ No newline at end of file + Enabled: true + +RSpec/InstanceVariable: + Enabled: false \ No newline at end of file