Extract RSpec Rails cops to a separate repository, rubocop-rspec_rails. The rubocop-rspec_rails repository is a dependency of rubocop-rspec and the cops related to rspec-rails are aliased (RSpec/Rails/Foo == RSpecRails/Foo) until v3.0 is released, so the change will be invisible to users until then. (@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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-rspec (2.27.1 → 2.28.0) · Repo · Changelog
Release Notes
2.28.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
Merge pull request #1844 from rubocop/release
Bump version to v2.28.0
Merge pull request #1842 from rubocop/add-test2
Merge pull request #1830 from rubocop/extract-rspec-rails
Extract RSpec Rails cops
Add test to ensure unsafe cops are properly configured
Merge pull request #1841 from rubocop/add-test
Add test case for detect redundant `SafeAutoCorrect: false` config
Merge pull request #1839 from rubocop/use-registers-no-offense
Use 'registers no offense' instead of 'register no offense'
Merge pull request #1837 from Skipants/fix-assignment-only-doc
Fix AssignmentOnly saying false instead of true in documentation
Merge pull request #1836 from rubocop/use-rubocop-rubocop
Use rubocop/rubocop instead of rubocop-hq/rubocop
Merge pull request #1831 from rubocop/remove-node-matcher-directive-disables
Fix YARD documentation for class methods
Switch docs version back
🆕 rubocop-rspec_rails (added, 2.28.1)
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