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 96495ab + c6ae5cf commit 46b39c7Copy full SHA for 46b39c7
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 1.43.1 (2020-08-17)
6
+
7
* Fix `RSpec/FilePath` when checking a file defining e.g. an empty class. ([@bquorning][])
8
9
## 1.43.0 (2020-08-17)
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.43.0'
+ STRING = '1.43.1'
end
10
0 commit comments