File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
55* Move our documentation from rubocop-rspec.readthedocs.io to docs.rubocop.org/rubocop-rspec. ([ @bquorning ] [ ] )
66* Add ` RSpec/RepeatedIncludeExample ` cop. ([ @biinari ] [ ] )
7+ * Fix false positives in ` RSpec/EmptyExampleGroup ` . ([ @pirj ] [ ] )
8+
9+ ## 1.43.2 (2020-08-25)
10+
711* Fix ` RSpec/FilePath ` when checking a file with a shared example. ([ @pirj ] [ ] )
812* Fix subject nesting detection in ` RSpec/LeadingSubject ` . ([ @pirj ] [ ] )
9- * Fix false positives in ` RSpec/EmptyExampleGroup ` . ([ @pirj ] [ ] )
1013
1114## 1.43.1 (2020-08-17)
1215
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
44 module RSpec
55 # Version information for the RSpec RuboCop plugin.
66 module Version
7- STRING = '1.43.1 '
7+ STRING = '1.43.2 '
88 end
99 end
1010end
You can’t perform that action at this time.
0 commit comments