Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 292f6cb + 398f6fc commit 9bce008Copy full SHA for 9bce008
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.38.0 (2020-02-11)
6
+
7
* Fix `RSpec/InstanceVariable` detection inside custom matchers. ([@pirj][])
8
* Fix `RSpec/ScatteredSetup` to distinguish hooks with different metadata. ([@pirj][])
9
* Add autocorrect support for `RSpec/ExpectActual` cop. ([@dduugg][], [@pirj][])
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.37.1'
+ STRING = '1.38.0'
end
10
0 commit comments