File tree Expand file tree Collapse file tree 7 files changed +91
-40
lines changed Expand file tree Collapse file tree 7 files changed +91
-40
lines changed Original file line number Diff line number Diff line change 11
11
12
12
## master (unreleased)
13
13
14
+ ## 0.35.0 (2024-03-10)
15
+
14
16
### New features
15
17
16
18
* [ #301 ] ( https://github.com/rubocop/rubocop-minitest/issues/301 ) : Add new Minitest/Focus cop. ([ @jaredmoody ] [ ] )
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ Minitest/Focus:
150
150
Description : ' Checks for focused tests.'
151
151
Enabled : pending
152
152
AutoCorrect : contextual
153
- VersionAdded : ' <<next>> '
153
+ VersionAdded : ' 0.35 '
154
154
155
155
Minitest/GlobalExpectations :
156
156
Description : ' This cop checks for deprecated global expectations.'
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: rubocop-minitest
2
2
title : RuboCop Minitest
3
3
# We always provide version without patch here (e.g. 1.1),
4
4
# as patch versions should not appear in the docs.
5
- version : ~
5
+ version : ' 0.35 '
6
6
nav :
7
7
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ based on the https://minitest.rubystyle.guide/[Minitest Style Guide].
36
36
* xref:cops_minitest.adoc#minitestassertioninlifecyclehook[Minitest/AssertionInLifecycleHook]
37
37
* xref:cops_minitest.adoc#minitestduplicatetestrun[Minitest/DuplicateTestRun]
38
38
* xref:cops_minitest.adoc#minitestemptylinebeforeassertionmethods[Minitest/EmptyLineBeforeAssertionMethods]
39
+ * xref:cops_minitest.adoc#minitestfocus[Minitest/Focus]
39
40
* xref:cops_minitest.adoc#minitestglobalexpectations[Minitest/GlobalExpectations]
40
41
* xref:cops_minitest.adoc#minitestlifecyclehooksorder[Minitest/LifecycleHooksOrder]
41
42
* xref:cops_minitest.adoc#minitestliteralasactualargument[Minitest/LiteralAsActualArgument]
You can’t perform that action at this time.
0 commit comments