File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## Master (Unreleased)
44
5+ ## 3.2.0 (2024-10-26)
6+
57- Fix ` RSpec/VoidExpect ` to only operate inside an example block. ([ @corsonknowles ] )
68- Change ` RSpec/ContextWording ` cop to always report an offense when both ` Prefixes ` and ` AllowedPatterns ` are empty. ([ @ydah ] )
79- Add support for ` and ` and ` or ` compound matchers to ` RSpec/ChangeByZero ` cop. ([ @ydah ] )
Original file line number Diff line number Diff line change 11name : rubocop-rspec
22title : RuboCop RSpec
3- version : ~
3+ version : ' 3.2 '
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 = '3.1 .0'
7+ STRING = '3.2 .0'
88 end
99 end
1010end
You can’t perform that action at this time.
0 commit comments