Skip to content

Commit

Permalink
Merge branch '1.43-bugfixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Aug 25, 2020
2 parents 318df37 + fd7009b commit f1048eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,9 +4,12 @@

* Move our documentation from rubocop-rspec.readthedocs.io to docs.rubocop.org/rubocop-rspec. ([@bquorning][])
* Add `RSpec/RepeatedIncludeExample` cop. ([@biinari][])
* Fix false positives in `RSpec/EmptyExampleGroup`. ([@pirj][])

## 1.43.2 (2020-08-25)

* Fix `RSpec/FilePath` when checking a file with a shared example. ([@pirj][])
* Fix subject nesting detection in `RSpec/LeadingSubject`. ([@pirj][])
* Fix false positives in `RSpec/EmptyExampleGroup`. ([@pirj][])

## 1.43.1 (2020-08-17)

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '1.43.1'
STRING = '1.43.2'
end
end
end

1 comment on commit f1048eb

@pirj
Copy link
Member

@pirj pirj commented on f1048eb Aug 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked out perfectly 😗👌

Please sign in to comment.