Skip to content

Commit 3d4f211

Browse files
authored
Merge pull request #998 from rubocop-hq/release
Bump version to v1.43.0
2 parents 5ac67ea + 589cd18 commit 3d4f211

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 1.43.0 (2020-08-17)
6+
57
* Add a new base cop class `::RuboCop::Cop::RSpec::Base`. The old base class `::RuboCop::Cop::RSpec::Cop` is deprecated, and will be removed in the next major release. ([@bquorning][])
68
* Add support for subject detection after includes and example groups in `RSpec/LeadingSubject`. ([@pirj][])
79
* Ignore trailing punctuation in context description prefix. ([@elliterate][])

config/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ RSpec/MultipleMemoizedHelpers:
399399
Enabled: true
400400
AllowSubject: true
401401
Max: 5
402+
VersionAdded: '1.43'
402403
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/MultipleMemoizedHelpers
403404

404405
RSpec/MultipleSubjects:

lib/rubocop/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.42.0'
7+
STRING = '1.43.0'
88
end
99
end
1010
end

manual/cops_rspec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,7 @@ Max | `1` | Integer
21232123

21242124
Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged
21252125
--- | --- | --- | --- | ---
2126-
Enabled | Yes | No | - | -
2126+
Enabled | Yes | No | 1.43 | -
21272127

21282128
Checks if example groups contain too many `let` and `subject` calls.
21292129

0 commit comments

Comments
 (0)