Skip to content

Commit

Permalink
Cut 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 28, 2022
1 parent a92bb69 commit 8c0581e
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 45 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.20.0 (2022-05-29)

### New features

* [#169](https://github.com/rubocop/rubocop-minitest/issues/169): Add new `Minitest/SkipEnsure` cop. ([@koic][])
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Minitest/RefuteRespondTo:
Minitest/SkipEnsure:
Description: 'Checks that `ensure` call even if `skip`.'
Enabled: pending
VersionAdded: '<<next>>'
VersionAdded: '0.20'

Minitest/TestMethodName:
Description: 'This cop enforces that test method names start with `test_` prefix.'
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: rubocop-minitest
title: RuboCop Minitest
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: 'master'
version: '0.20'
nav:
- modules/ROOT/nav.adoc
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/cops.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ based on the https://minitest.rubystyle.guide/[Minitest Style Guide].
* xref:cops_minitest.adoc#minitestrefutepathexists[Minitest/RefutePathExists]
* xref:cops_minitest.adoc#minitestrefutepredicate[Minitest/RefutePredicate]
* xref:cops_minitest.adoc#minitestrefuterespondto[Minitest/RefuteRespondTo]
* xref:cops_minitest.adoc#minitestskipensure[Minitest/SkipEnsure]
* xref:cops_minitest.adoc#minitesttestmethodname[Minitest/TestMethodName]
* xref:cops_minitest.adoc#minitestunreachableassertion[Minitest/UnreachableAssertion]
* xref:cops_minitest.adoc#minitestunspecifiedexception[Minitest/UnspecifiedException]
Expand Down
Loading

0 comments on commit 8c0581e

Please sign in to comment.