From 473e3d64660c87e041bd4219a37612e65a94ca85 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 02:15:43 +0100 Subject: [PATCH] Disable RSpec/InstanceVariable as we have 868 offenses for it --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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