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 22
33## Master (Unreleased)
44
5+ ## 3.0.0.pre (2024-06-05)
6+
57- Remove extracted cops in ` Capybara ` , ` FactoryBot ` and ` Rails ` departments. ([ @ydah ] )
68- Remove ` RuboCop::RSpec::Language::NodePattern ` . ([ @ydah ] )
79- Remove ` RSpec/FilePath ` cop. ([ @ydah ] )
1012- Add new ` RSpec/MissingExpectationTargetMethod ` cop. ([ @krororo ] )
1113- Fix an error for ` RSpec/ScatteredSetup ` when one of the hooks is an empty block. ([ @earlopain ] )
1214
15+ Read more about how to upgrade in https://docs.rubocop.org/rubocop-rspec/upgrade_to_version_3.html
16+
1317## 2.31.0 (2024-06-07)
1418
1519- Support ` AutoCorrect: contextual ` option for LSP. ([ @ydah ] )
Original file line number Diff line number Diff line change 11name : rubocop-rspec
22title : RuboCop RSpec
3- version : ~
3+ version : ' 3.0 '
44nav :
55 - modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
44 module RSpec
55 # Version information for the RSpec RuboCop plugin.
66 module Version
7- STRING = '2.29.2 '
7+ STRING = '3.0.0.pre '
88 end
99 end
1010end
You can’t perform that action at this time.
0 commit comments