diff --git a/.rubocop.yml b/.rubocop.yml index b93a3d021..a183aa5b7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -598,6 +598,9 @@ RSpec/LetSetup: RSpec/MetadataStyle: Enabled: true +RSpec/MissingExpectationTargetMethod: + Enabled: true + RSpec/NotToNot: Enabled: true