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 2362e2a + 655d031 commit d6f18f5Copy full SHA for d6f18f5
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.38.1 (2020-02-15)
6
+
7
* Fix `RSpec/RepeatedDescription` to detect descriptions with interpolation and methods. ([@lazycoder9][])
8
9
## 1.38.0 (2020-02-11)
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.38.0'
+ STRING = '1.38.1'
end
10
0 commit comments