diff --git a/.rubocop.yml b/.rubocop.yml index a2a787cc2..e16503306 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -149,4 +149,7 @@ RSpec/NestedGroups: Max: 4 RSpec/NotToNot: + Enabled: true + +RSpec/OverwritingSetup: Enabled: true \ No newline at end of file