#9691: Add configuration parameter InspectBlocks to Layout/RedundantLineBreak. (@jonas054)
#9684: Support IgnoredMethods option for Lint/AmbguousBlockAssociation. ([@gprado][])
#9358: Support restrictive_version_specificiers option in Bundler/GemComment cop. ([@RobinDaugherty][])
Bug fixes
#5576: Fix problem with inherited Include parameters. (@jonas054)
#9690: Fix an incorrect auto-correct for Style/IfUnlessModifier when using a method with heredoc argument. (@koic)
#9681: Fix an incorrect auto-correct for Style/RedundantBegin when using modifier if single statement in begin block. (@koic)
#9698: Fix an error for Style/StructInheritance when extending instance of Struct without do ... end and class body is empty and single line definition. (@koic)
#9700: Avoid warning about Ruby version mismatch. ([@marcandre][])
#9636: Resolve symlinks when excluding directories. ([@ob-stripe][])
#9707: Fix false positive for Style/MethodCallWithArgsParentheses with omit_parentheses style on an endless defs node. (@dvandersluis)
#9689: Treat parens around array items the same for children and deeper descendants. (@dvandersluis)
#9691: Add configuration parameter InspectBlocks to Layout/RedundantLineBreak. ([@jonas054][])
#9684: Support IgnoredMethods option for Lint/AmbguousBlockAssociation. ([@gprado][])
#9358: Support restrictive_version_specificiers option in Bundler/GemComment cop. ([@RobinDaugherty][])
Bug fixes
#5576: Fix problem with inherited Include parameters. ([@jonas054][])
#9690: Fix an incorrect auto-correct for Style/IfUnlessModifier when using a method with heredoc argument. ([@koic][])
#9681: Fix an incorrect auto-correct for Style/RedundantBegin when using modifier if single statement in begin block. ([@koic][])
#9698: Fix an error for Style/StructInheritance when extending instance of Struct without do ... end and class body is empty and single line definition. ([@koic][])
#9700: Avoid warning about Ruby version mismatch. ([@marcandre][])
#9636: Resolve symlinks when excluding directories. ([@ob-stripe][])
#9707: Fix false positive for Style/MethodCallWithArgsParentheses with omit_parentheses style on an endless defs node. ([@dvandersluis][])
#9689: Treat parens around array items the same for children and deeper descendants. ([@dvandersluis][])
#9676: Fix an error for Style/StringChars when using split without parentheses. ([@koic][])
#9712: Fix an incorrect auto-correct for Style/HashConversion when Hash[] as a method argument without parentheses. ([@koic][])
#9704: Fix an incorrect auto-correct for Style/SingleLineMethods when single line method call without parentheses. ([@koic][])
#9683: Fix an incorrect auto-correct for Style/HashConversion when using zip method without argument in Hash[]. ([@koic][])
#9715: Fix an incorrect auto-correct for EnforcedStyle: require_parentheses of Style/MethodCallWithArgsParentheses with Style/RescueModifier. ([@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 will merge this PR once it's up-to-date and CI passes on it, as requested by @yulgolem.
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 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)
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps rubocop from 0.50.0 to 1.14.0.
Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
2283fe4
Cut 1.149421ac0
Update Changelog762655e
[Fix #7669] Add Bundler/GemVersion cop (#9727)8384d34
[Fix #9761] FixStyle/ClassAndModuleChildren
false negative forcompact
s...d0df484
Merge pull request #9764 from dvandersluis/issue/97628f00479
[Fix #9762] UpdateVariableForce
to be able to handlecase-match
nodes.c165e90
Don't autocorrect global variable interpolationc5f7dd6
Autocorrect '\' when double-quotes are preferred22274c6
Prevent infinite loops during symlink traversal2c39d51
Add changelogDependabot 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @yulgolem.
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 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)