From d68e36beabca2d3470912063223b7208df8cd12c Mon Sep 17 00:00:00 2001 From: Hartley McGuire Date: Tue, 20 Sep 2022 21:20:17 -0400 Subject: [PATCH] Enable Minitest/SkipEnsure I believe this was supposed to be included in 1b736a8 --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) 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