We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d7837 commit a8a061cCopy full SHA for a8a061c
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