#12078: Make LSP server support rubocop.formatAutocorrectsAll execute command. (@koic)
Bug fixes
#12106: Fix a false negative for Style/RedundantReturn when returning value with guard clause and return is used. (@koic)
#12095: Fix a false positive for Style/Alias when EncforcedStyle: prefer_alias and using alias with interpolated symbol argument. (@koic)
#12098: Fix a false positive for Style/ClassEqualityComparison when comparing interpolated string class name for equality. (@koic)
#12102: Fix an error for Style/LambdaCall when using nested lambda call x.().(). (@koic)
#12099: Fix an incorrect autocorrect for Style/Alias when EncforcedStyle: prefer_alias_method and using alias with interpolated symbol argument. (@koic)
#12085: Fix an error for Lint/SuppressedException when AllowNil: true is set and endless method definition is used. (@koic)
#12087: Fix false positives for Style/ArgumentsForwarding with additional args/kwargs in def/send nodes. (@owst)
#12071: Fix Style/SymbolArray false positives when using square brackets or interpolation in a symbol literal in a percent style array. (@jasondoc3)
#12061: Support regex in StringLiteralsInInterpolation. (@jonas054)
#12091: With --fail-level A ignore non-correctable offenses at :info severity. (@naveg)
Changes
#12094: Add base64 gem to runtime dependency to suppress Ruby 3.3's warning. (@koic)
#12074: Add new Bundler/DuplicatedGroup cop. ([@OwlKing][])
#12078: Make LSP server support rubocop.formatAutocorrectsAll execute command. ([@koic][])
Bug fixes
#12106: Fix a false negative for Style/RedundantReturn when returning value with guard clause and return is used. ([@koic][])
#12095: Fix a false positive for Style/Alias when EncforcedStyle: prefer_alias and using alias with interpolated symbol argument. ([@koic][])
#12098: Fix a false positive for Style/ClassEqualityComparison when comparing interpolated string class name for equality. ([@koic][])
#12102: Fix an error for Style/LambdaCall when using nested lambda call x.().(). ([@koic][])
#12099: Fix an incorrect autocorrect for Style/Alias when EncforcedStyle: prefer_alias_method and using alias with interpolated symbol argument. ([@koic][])
#12085: Fix an error for Lint/SuppressedException when AllowNil: true is set and endless method definition is used. ([@koic][])
#12087: Fix false positives for Style/ArgumentsForwarding with additional args/kwargs in def/send nodes. ([@owst][])
#12071: Fix Style/SymbolArray false positives when using square brackets or interpolation in a symbol literal in a percent style array. ([@jasondoc3][])
#12061: Support regex in StringLiteralsInInterpolation. ([@jonas054][])
#12091: With --fail-level A ignore non-correctable offenses at :info severity. ([@naveg][])
Changes
#12094: Add base64 gem to runtime dependency to suppress Ruby 3.3's warning. ([@koic][])
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps rubocop from 1.55.1 to 1.56.0.
Release notes
Sourced from rubocop's releases.
Changelog
Sourced from rubocop's changelog.
Commits
e597ca1
Cut 1.563036b2c
Tweak whitespace74f0032
Update Changelog964235c
Add newBundler/DuplicatedGroup
cop (#12074)c078235
With--fail-level A
ignore non-correctable offenses at :info severity320ac56
Merge pull request #12103 from owst/fixup_additional_args_forwarding08e614f
[Fix #12087] Fix false positives for Style/ArgumentsForwardingf871c38
[Fix #12106] Fix a false negative forStyle/RedundantReturn
235f749
Merge pull request #12102 from koic/fix_an_error_for_style_lambda_call57dd392
Fix an error forStyle/LambdaCall
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show