Skip to content

Commit efd2cc0

Browse files
committed
Cut 0.35.0
1 parent 1d687ef commit efd2cc0

File tree

7 files changed

+91
-40
lines changed

7 files changed

+91
-40
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
## master (unreleased)
1313

14+
## 0.35.0 (2024-03-10)
15+
1416
### New features
1517

1618
* [#301](https://github.com/rubocop/rubocop-minitest/issues/301): Add new Minitest/Focus cop. ([@jaredmoody][])

config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Minitest/Focus:
150150
Description: 'Checks for focused tests.'
151151
Enabled: pending
152152
AutoCorrect: contextual
153-
VersionAdded: '<<next>>'
153+
VersionAdded: '0.35'
154154

155155
Minitest/GlobalExpectations:
156156
Description: 'This cop checks for deprecated global expectations.'

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: rubocop-minitest
22
title: RuboCop Minitest
33
# We always provide version without patch here (e.g. 1.1),
44
# as patch versions should not appear in the docs.
5-
version: ~
5+
version: '0.35'
66
nav:
77
- modules/ROOT/nav.adoc

docs/modules/ROOT/pages/cops.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ based on the https://minitest.rubystyle.guide/[Minitest Style Guide].
3636
* xref:cops_minitest.adoc#minitestassertioninlifecyclehook[Minitest/AssertionInLifecycleHook]
3737
* xref:cops_minitest.adoc#minitestduplicatetestrun[Minitest/DuplicateTestRun]
3838
* xref:cops_minitest.adoc#minitestemptylinebeforeassertionmethods[Minitest/EmptyLineBeforeAssertionMethods]
39+
* xref:cops_minitest.adoc#minitestfocus[Minitest/Focus]
3940
* xref:cops_minitest.adoc#minitestglobalexpectations[Minitest/GlobalExpectations]
4041
* xref:cops_minitest.adoc#minitestlifecyclehooksorder[Minitest/LifecycleHooksOrder]
4142
* xref:cops_minitest.adoc#minitestliteralasactualargument[Minitest/LiteralAsActualArgument]

0 commit comments

Comments
 (0)