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 74d7837 + a8a061c commit 16cf19cCopy full SHA for 16cf19c
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 3.0.5 (2024-09-07)
6
+
7
- Fix false-negative and error for `RSpec/MetadataStyle` when non-literal args are used in metadata in `EnforceStyle: hash`. ([@cbliard])
8
- Improve offense message for `RSpec/IndexedLet`. ([@earlopain])
9
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '3.0.4'
+ STRING = '3.0.5'
end
10
0 commit comments