Skip to content

Commit

Permalink
Merge pull request #1897 from rubocop/release-2-30-0
Browse files Browse the repository at this point in the history
Release v2.30.0
  • Loading branch information
bquorning authored Jun 3, 2024
2 parents 5dea642 + 6fc377b commit 510b019
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 2.30.0 (2024-06-03)

- Add new `RSpec/ExpectInLet` cop. ([@yasu551])

## 2.29.2 (2024-05-02)
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ RSpec/ExpectInHook:
RSpec/ExpectInLet:
Description: Do not use `expect` in let.
Enabled: pending
VersionAdded: "<<next>>"
VersionAdded: '2.30'
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ExpectInLet

RSpec/ExpectOutput:
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rubocop-rspec
title: RuboCop RSpec
version: ~
version: '2.30'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_rspec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@ end
| Pending
| Yes
| No
| <<next>>
| 2.30
| -
|===
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '2.29.2'
STRING = '2.30.0'
end
end
end

0 comments on commit 510b019

Please sign in to comment.