#10763: Fix a false positive for Layout/LineContinuationSpacing when using continuation keyword \ after __END__. (@koic)
#10755: Fix a false positive for Lint/LiteralAsCondition when using a literal in case-in condition where the match variable is used in in are accepted as a pattern matching. (@koic)
#10760: Fix a false positive for Lint/NonAtomicFileOperation when using FileTest.exist? with if condition that has else branch. (@koic)
#10745: Require JSON 2.3 or higher to fix an incompatible JSON API error. (@koic)
#10754: Fix an incorrect autocorrect for Style/HashExcept when using a non-literal collection receiver for include?. (@koic)
#10751: Fix autocorrect for Layout/FirstHashElementIndentation. (@j-miyake)
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.31.0 → 1.31.1) · Repo · Changelog
Release Notes
1.31.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 13 commits:
Cut 1.31.1
Update Changelog
[Fix #10745] Fix an error when using old JSON gem
[Fix #10763] Fix a false positive for `Layout/LineContinuationSpacing`
[Fix #10751] Fix autocorrect for Layout/FirstHashElementIndentation
Merge pull request #10770 from koic/fix_build_errors_on_circleci
Fix build errors on CircleCI
[Fix #10760] Fix a false positive for `Lint/NonAtomicFileOperation`
[Fix #10754] Fix an incorrect autocorrect for `Style/HashExcept`
[Fix #10755] Fix a false positive for `Lint/LiteralAsCondition`
Recover 7x slow running `rubocop`
Fix a build error
Switch back the 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