Skip to content

Commit

Permalink
Merge pull request #998 from rubocop-hq/release
Browse files Browse the repository at this point in the history
Bump version to v1.43.0
  • Loading branch information
bquorning committed Aug 17, 2020
2 parents 5ac67ea + 589cd18 commit 3d4f211
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 1.43.0 (2020-08-17)

* 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][])
* Add support for subject detection after includes and example groups in `RSpec/LeadingSubject`. ([@pirj][])
* Ignore trailing punctuation in context description prefix. ([@elliterate][])
Expand Down
1 change: 1 addition & 0 deletions config/default.yml
Expand Up @@ -399,6 +399,7 @@ RSpec/MultipleMemoizedHelpers:
Enabled: true
AllowSubject: true
Max: 5
VersionAdded: '1.43'
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/MultipleMemoizedHelpers

RSpec/MultipleSubjects:
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.42.0'
STRING = '1.43.0'
end
end
end
2 changes: 1 addition & 1 deletion manual/cops_rspec.md
Expand Up @@ -2123,7 +2123,7 @@ Max | `1` | Integer

Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged
--- | --- | --- | --- | ---
Enabled | Yes | No | - | -
Enabled | Yes | No | 1.43 | -

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

Expand Down

0 comments on commit 3d4f211

Please sign in to comment.