We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6584b4a + 39b0d3f commit 50ac5abCopy full SHA for 50ac5ab
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 3.2.0 (2024-10-26)
6
+
7
- Fix `RSpec/VoidExpect` to only operate inside an example block. ([@corsonknowles])
8
- Change `RSpec/ContextWording` cop to always report an offense when both `Prefixes` and `AllowedPatterns` are empty. ([@ydah])
9
- Add support for `and` and `or` compound matchers to `RSpec/ChangeByZero` cop. ([@ydah])
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: rubocop-rspec
title: RuboCop RSpec
-version: ~
+version: '3.2'
nav:
- modules/ROOT/nav.adoc
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '3.1.0'
+ STRING = '3.2.0'
end
10
0 commit comments