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