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 (1.35.0 → 1.35.1) · Repo · Changelog
Release Notes
1.35.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Cut 1.35.1
Update Changelog
[Fix #10939] Fix an error for `Style/Next`
Merge pull request #10945 from koic/fix_an_incorrect_autocorrect_for_lint_literal_in_interpolation
Merge pull request #10946 from fatkodima/safe-navigation-negated
Fix `Style/SafeNavigation` for negated method call with a safe navigation
[Fix #10944] Fix an incorrect autocorrect for `Lint/LiteralInInterpolation`
Make `InternalAffairs/SingleLineComparison` aware of negative comparison
Merge pull request #10941 from fatkodima/fix-prof-slow_cops
Fix `rake prof:slow_cops` to return correct results
Enhanced documentation for `Lint/RedundantSafeNavigation`
Enhanced documentation for `Style/GuardClause`
Fix some typos
[Fix #10921] Fix an error when processing configuration file
[Fix #10926] Make `Style/SafeNavigation` aware of a redundant nil check
[Fix #10936] Fix an error for `Lint/NonAtomicFileOperation`
Merge pull request #10935 from ydah/fix/filename
Correct the typo in the filename
Fix trivial typo
Fix typos
Fix an incompatibility error when nested `LoadError`
Merge pull request #10923 from koic/fix_an_incorrect_autocorrect_for_style_sole_nested_conditional
[Fix #10920] Fix an incorrect autocorrect for `Style/SoleNestedConditional`
Find Gemfile.lock before gems.locked
Switch back docs version
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