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 56d801c + a933651 commit d34d49cCopy full SHA for d34d49c
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.1.0 (2020-12-17)
6
+
7
* Fix `RSpec/FilePath` false positive for relative file path runs with long namespaces. ([@ahukkanen][])
8
* Update `RSpec/Focus` to have auto-correction. ([@dvandersluis][])
9
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: rubocop-rspec
title: RuboCop RSpec
-version: master
+version: '2.1'
nav:
- modules/ROOT/nav.adoc
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '2.0.1'
+ STRING = '2.1.0'
end
10
0 commit comments