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 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.15.0 → ~> 2.17.0) · Repo · Changelog
Release Notes
2.17.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 45 commits:
Merge pull request #1551 from rubocop/release
Bump version to v2.17.0
Merge pull request #1544 from ydah/use_concurrency_only_pull_request
Merge pull request #1546 from ydah/fix/1518
Merge pull request #1548 from ydah/add-test-case
change example to resemble real usages
Add a test case for `RSpec/ContextMethod` when context without `.` or `#` at the beginning
Fix a false positive for `RSpec/StubbedMock` when stubbed message expectation with a block and block parameter
Change concurrency only in Pull Request events
Merge pull request #1543 from ydah/remove_unnecessary_escapes
Change the start label of a heredocument to be enclosed in single quotes
Merge pull request #1539 from ydah/use_concurrency
Use concurrency for GitHub Actions workflow
Merge pull request #1537 from ydah/remove_unnecessary_coverage
Remove coverage measurement for `Edge RuboCop` and `RSpec 4` jobs
Merge pull request #1534 from ydah/add-simplecov
Add simplecov to measure test coverage of our code
Merge pull request #1533 from ydah/test/add_spec_for_alignLetBrace
Merge pull request #1532 from ydah/fix/predicate_matcher
Add spec for `RSpec/AlignLeftLetBrace` and `RSpec/AlignRightLetBrace` with `Layout/ExtraSpacing`
Fix a false negative for `RSpec/PredicateMatcher` when using `include` and `respond_to`
Merge pull request #1531 from ydah/use-ruby32
Use Ruby 3.2 for all jobs in the GitHub Actions workflow
Merge pull request #1529 from petergoldstein/feature/add_ruby_3_2_to_ci
Adds Ruby 3.2 to the CI matrix
Merge pull request #1528 from ydah/fixup
Use rake build_config instead of bin/build_config
Merge pull request #1526 from ydah/use_rubocop-rspec
Use rubocop/rubocop-rspec instead of rubocop-hq/rubocop-rspec
Merge pull request #1525 from ydah/update-doc
Update document for RuboCop 1.41.1
Merge pull request #1516 from ydah/fix/false_positive_pending_withput_reason
FIx a false positive for `RSpec/PendingWithoutReason` when pending/skip is argument of methods
Merge pull request #1524 from rubocop/minor-cleanup
Make config building a rake task
Use an existing rake task
Remove redundant require
Merge pull request #1515 from ydah/fix/1514
Refactor `RSpec/PendingWithoutReason`
Fix a false positive for `RSpec/PendingWithoutReason` when not inside example
Merge pull request #1489 from ydah/feature/1485
Add new `RSpec/Rails/MinitestAssertions` cop
Merge pull request #1456 from ydah/add_match_style
Add new `RSpec/Capybara/MatchStyle` cop
Switch docs version back
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