From 7f7825a3967f430cb1f57b3794b849aa662589ff Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Wed, 24 Feb 2021 11:46:04 -0600 Subject: [PATCH] Turn off RSpec/NotToNot --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 1e4df2d8..bc79348b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -763,6 +763,9 @@ RSpec/NestedGroups: # we do this because I see no gain to being super restrictive Max: 5 +RSpec/NotToNot: + Enabled: false + RSpec/SharedExamples: Enabled: false