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.16.0) · Repo · Changelog
Release Notes
2.16.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 59 commits:
Merge pull request #1513 from rubocop/release
Merge pull request #1511 from rubocop/untangle-department-cops
Bump version to v2.16.0
Merge pull request #1512 from ydah/add/description_ci
Add description of checks running by CI to CONTRIBUTING.md
Simplify reference builder
Use non-RSpec base cop for departments
Allow for non-RSpec base cop usage
Loosen the dependency on RSpec::Base
Merge pull request #1509 from r7kamura/feature/require-order
Enable `Style/RequireOrder` cop
Merge pull request #1510 from r7kamura/feature/rspec-file-path
Fix test failure on rubocop 1.40.0
Merge pull request #1506 from r7kamura/feature/pending-without-reason
Merge pull request #1508 from r7kamura/feature/fix-rspec-infer
Fix wrong cop name in example code on `RSpec/Rails/InferredSpecType`
Add `RSpec/PendingWithoutReason` cop
Give reason to pending example for `RSpec/StubbedMock`
Rename `#example` to `#example_node` to avoid confusion with RSpec's `#example`
Merge pull request #1507 from rubocop/sorts-configuration-keys-alphabetically
Fix 'sorts configuration keys alphabetically' spec
Merge pull request #1504 from rubocop/ci-setup
CI: Test with JRuby 9.3
Merge pull request #1501 from ydah/dependabot
Added dependabot for GitHub Actions
Merge pull request #1498 from r7kamura/feature/remove-only-true
Remove unnecessary `only: true`
Merge pull request #1496 from r7kamura/feature/be-eql-unsafe
Mark `RSpec/BeEql` as `Safe: false`
Merge pull request #1486 from r7kamura/feature/duplicated-metadata
Add `RSpec/DuplicatedMetadata` cop
Merge pull request #1490 from r7kamura/feature/be-eq-unsafe-ac
Merge pull request #1494 from ydah/add_naming_inclusive_language
Merge pull request #1470 from ydah/improve_proc_speed
Adds a check to `Naming/InclusiveLanguage` since this is an occasional typo
Improved processing speed for `RSpec/Be`, `RSpec/ExpectActual`, `RSpec/ImplicitExpect`, `RSpec/MessageSpies`, `RSpec/PredicateMatcher`, `RSpec/StubbedMock` and `RSpec/Rails/HaveHttpStatus`
Mark `RSpec/BeEq` as `Safe: false`
Merge pull request #1493 from r7kamura/feature/pr-next
Explain to use `<<next>>` in the Pull Request template
Merge pull request #1491 from ydah/rake_newcop
Change the `rake newcop` task to output `<<next>>` instead of the next minor version for config/default.yml
Merge pull request #1482 from ydah/fix/1480
Fix a false positive for `RSpec/FactoryBot/ConsistentParenthesesStyle` when using `generate` with multiple arguments
Merge pull request #1483 from ydah/add_private
Change methods that can be private to private method
Merge pull request #1475 from rubocop/clean-up-rubocop-yml
Merge branch 'master' into clean-up-rubocop-yml
Merge pull request #1479 from ydah/fix_docs
Fix a docs rendering of the tables is broken
Merge pull request #1477 from ydah/use_cabybara_help_capybara_specific_actions
Merge pull request #1462 from ydah/feature/1447
Use `module_function` for `RSpec/Capybara/SpecificActions`
Add new `RSpec/FactoryBot/FactoryNameStyle` cop
Remove cops we don't use
Merge pull request #1474 from rubocop/remove-obsolete-code
Remove obsolete check
Merge pull request #1472 from r7kamura/feature/factory-bot-create-list-block
Fix wrong autocorrection in `n_times` style on `RSpec/FactoryBot/CreateList`
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