Split RSpec/FilePath into RSpec/SpecFilePathSuffix and RSpec/SpecFilePathFormat. RSpec/FilePath cop is enabled by default, the two new cops are pending and need to be enabled explicitly. (@ydah)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-rspec (~> 2.23.0 → ~> 2.24.0) · Repo · Changelog
Release Notes
2.24.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
Merge pull request #1708 from rubocop/release
Bump version to v2.24.0
Merge pull request #1497 from r7kamura/feature/metadata-style
Add `RSpec/MetadataStyle` and `RSpec/EmptyMetadata` cops
Merge pull request #1707 from rubocop/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #1706 from rubocop/clarify-eq-cop-documentation
Docs: Avoid confusion with be_truthy, etc.
Merge pull request #1704 from rubocop/fix/398
Fix a false positive `RSpec/Focus` when chained method call and inside define method
Merge pull request #1703 from rubocop/resolve/1702
Add support `RSpec/Rails/HttpStatus` when `have_http_status` with string argument
Merge pull request #1698 from rubocop/split-file-path-cop
Split `RSpec/FilePath` into `RSpec/SpecFilePathSuffix` and `RSpec/SpecFilePathFormat`
Add configuration option `IgnoreMetadata`
Add `RSpec/SpecFilePathFormat` cop
Add `RSpec/SpecFilePathSuffix` cop
Merge pull request #1682 from rubocop/add-eq
Merge branch 'master' into add-eq
Add new `RSpec/Eq` cop
Merge pull request #1697 from marocchino/fix-receive-messages-autocorrect
Fix autocorrect in `RSpec/ReceiveMessages`
Merge pull request #1696 from bcgraham/fix-nb-space-infinite-loop
Fix infinite loop in ExcessiveDocstringSpacing
Merge pull request #1680 from rubocop/use_offense
Merge pull request #1686 from rubocop/add-test-for-negation-be-valid-multiple-expectations
Use offense instead of violation
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands