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 (1.63.5 → 1.64.0) · Repo · Changelog
Release Notes
1.64.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
Cut 1.64
Update Changelog
[Fix #12309] Add new `Style/SuperArguments` cop
Fix false negatives for `Style/ArgumentsForwarding`
[Fix #12242] Support `AllowModifiersOnAttrs` option for `Style/AccessModifierDeclarations`
[Fix #12919] Fix false negatives for `Style/ArgumentsForwarding`
Rename new SupportedShorthandSyntax from consistent_either to either_consistent
Fix non existing wording in HashShorthandSyntax method name
Add changelog/new_add_new_consistent_either.md
Add new `consistent_either` SupportedShorthandSyntax to Style/HashSyntax
Remove warnings during tests when overwriting encoding
Suggest correct formatter name
Remove redundant method overwrite
[Fix #11585] Support `AllowedMethods` for `Style/DocumentationMethod`
Avoid some warnings "too many arguments for format string"
[Fix #12884] Allow `cop_class.documentation_url` to take a config
[Fix #12842] Add new `Style/SendWithLiteralMethodName` cop
Fix a false negative for `Layout/EmptyComment`
Merge pull request #12912 from koic/use_the_latest_prism_for_development
Use the latest Prism for development
Also suggest rubocop-rspec for those using rspec-rails (#12908)
Merge pull request #12897 from koic/update_workspace_execute_command_lsp_method
Support `AllCops:ActiveSupportExtensionsEnabled` for `Style/SymbolProc`
LSP: Don't advertise support for Pull Diagnostics
Merge pull request #12902 from Earlopain/max-with-no-exclude-limit
Merge pull request #12901 from Earlopain/bundler-gemfile-error
[Fix #12888] Fix `--no-exclude-limit` for cops with `Max` config option
[Fix #12876] Fix lockfile parsing if only the gemfile exists
Merge pull request #12899 from Earlopain/rails-prerelease-versions
[Fix #12898] Fix parsing of `TargetRailsVersion` for prerelases
Merge pull request #12896 from koic/fix_false_positives_for_style_map_into_array
Respect user's intentions with `workspace/executeCommand` LSP method
[Fix #12894] Fix false positives for `Style/MapIntoArray`
Merge pull request #12895 from koic/fix_a_false_positive_for_style_copyright
[Fix #7189] Fix a false positive for `Style/Copyright`
Use `cop_config` instead of redundant `for_cop` with self cop name
Reset 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