Skip to content

Commit

Permalink
Cut 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Mar 10, 2024
1 parent 1d687ef commit efd2cc0
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 40 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,8 @@

## master (unreleased)

## 0.35.0 (2024-03-10)

### New features

* [#301](https://github.com/rubocop/rubocop-minitest/issues/301): Add new Minitest/Focus cop. ([@jaredmoody][])
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Expand Up @@ -150,7 +150,7 @@ Minitest/Focus:
Description: 'Checks for focused tests.'
Enabled: pending
AutoCorrect: contextual
VersionAdded: '<<next>>'
VersionAdded: '0.35'

Minitest/GlobalExpectations:
Description: 'This cop checks for deprecated global expectations.'
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
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: ~
version: '0.35'
nav:
- modules/ROOT/nav.adoc
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/cops.adoc
Expand Up @@ -36,6 +36,7 @@ based on the https://minitest.rubystyle.guide/[Minitest Style Guide].
* xref:cops_minitest.adoc#minitestassertioninlifecyclehook[Minitest/AssertionInLifecycleHook]
* xref:cops_minitest.adoc#minitestduplicatetestrun[Minitest/DuplicateTestRun]
* xref:cops_minitest.adoc#minitestemptylinebeforeassertionmethods[Minitest/EmptyLineBeforeAssertionMethods]
* xref:cops_minitest.adoc#minitestfocus[Minitest/Focus]
* xref:cops_minitest.adoc#minitestglobalexpectations[Minitest/GlobalExpectations]
* xref:cops_minitest.adoc#minitestlifecyclehooksorder[Minitest/LifecycleHooksOrder]
* xref:cops_minitest.adoc#minitestliteralasactualargument[Minitest/LiteralAsActualArgument]
Expand Down

0 comments on commit efd2cc0

Please sign in to comment.