File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Master (Unreleased)
4
4
5
+ ## 3.0.0.pre (2024-06-05)
6
+
5
7
- Remove extracted cops in ` Capybara ` , ` FactoryBot ` and ` Rails ` departments. ([ @ydah ] )
6
8
- Remove ` RuboCop::RSpec::Language::NodePattern ` . ([ @ydah ] )
7
9
- Remove ` RSpec/FilePath ` cop. ([ @ydah ] )
10
12
- Add new ` RSpec/MissingExpectationTargetMethod ` cop. ([ @krororo ] )
11
13
- Fix an error for ` RSpec/ScatteredSetup ` when one of the hooks is an empty block. ([ @earlopain ] )
12
14
15
+ Read more about how to upgrade in https://docs.rubocop.org/rubocop-rspec/upgrade_to_version_3.html
16
+
13
17
## 2.31.0 (2024-06-07)
14
18
15
19
- Support ` AutoCorrect: contextual ` option for LSP. ([ @ydah ] )
Original file line number Diff line number Diff line change 1
1
name : rubocop-rspec
2
2
title : RuboCop RSpec
3
- version : ~
3
+ version : ' 3.0 '
4
4
nav :
5
5
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
4
4
module RSpec
5
5
# Version information for the RSpec RuboCop plugin.
6
6
module Version
7
- STRING = '2.29.2 '
7
+ STRING = '3.0.0.pre '
8
8
end
9
9
end
10
10
end
You can’t perform that action at this time.
0 commit comments