diff --git a/.rubocop.yml b/.rubocop.yml index c31c5a4bcc5..0fde1c29c7a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -330,5 +330,8 @@ Minitest/AssertRaisesWithRegexpArgument: Minitest/AssertWithExpectedArgument: Enabled: true +Minitest/SkipEnsure: + Enabled: true + Minitest/UnreachableAssertion: Enabled: true