config/default.yml in rubocop-minitest-0.30.0 vs config/default.yml in rubocop-minitest-0.31.0

- old
+ new

@@ -270,9 +270,15 @@ Description: 'Enforces the use of `refute_same(expected, actual)` over `refute(expected.equal?(actual))`.' StyleGuide: 'https://minitest.rubystyle.guide#refute-same' Enabled: pending VersionAdded: '0.26' +Minitest/ReturnInTestMethod: + Description: 'Enforces the use of `skip` instead of `return` in test methods.' + StyleGuide: 'https://minitest.rubystyle.guide/#skipping-runnable-methods' + Enabled: pending + VersionAdded: '0.31' + Minitest/SkipEnsure: Description: 'Checks that `ensure` call even if `skip`.' Enabled: pending Severity: warning VersionAdded: '0.20'