File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33## Master (Unreleased)
44
5+ ## 2.29.0 (2024-06-08)
6+
57- Support ` AutoCorrect: contextual ` option for LSP. ([ @ydah ] )
68
79## 2.28.3 (2024-04-11)
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RSpecRails/NegationBeValid:
7474 - be_invalid
7575 Enabled : pending
7676 VersionAdded : ' 2.23'
77- VersionChanged : " <<next>> "
77+ VersionChanged : ' 2.29 '
7878 Reference : https://www.rubydoc.info/gems/rubocop-rspec_rails/RuboCop/Cop/RSpecRails/NegationBeValid
7979
8080RSpecRails/TravelAround :
Original file line number Diff line number Diff line change 11name : rubocop-rspec_rails
22title : RuboCop RSpec Rails
3- version : ~
3+ version : ' 2.29 '
44nav :
55 - modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ expect(a).to be(false)
323323| No
324324| Command-line only (Unsafe)
325325| 2.23
326- | <<next>>
326+ | 2.29
327327|===
328328
329329Enforces use of `be_invalid` or `not_to` for negated be_valid.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
44 module RSpecRails
55 # Version information for the RSpec Rails RuboCop plugin.
66 module Version
7- STRING = '2.28.3 '
7+ STRING = '2.29.0 '
88 end
99 end
1010end
You can’t perform that action at this time.
0 commit comments