#9231: Add new Layout/SpaceBeforeBrackets cop. (@koic)
Bug fixes
#9232: Fix Style/SymbolProc registering wrong offense when using a symbol numbered block argument greater than 1, i.e. [[1, 2]].map { _2.succ }. (@tdeo)
#9274: Fix error in Metrics/ClassLength when the class only contains comments. (@dvandersluis)
#9213: Fix a false positive for Style/RedanduntFreeze when using Array#*. (@koic)
#9279: Add support for endless methods to Style/MethodCallWithArgsParentheses. (@dvandersluis)
#9245: Fix Lint/AmbiguousRegexpLiteral when given a match_with_lvasgn node. (@dvandersluis)
#9276: Add support for endless methods to Style/SingleLineMethods. (@dvandersluis)
#9225: Fix Style/LambdaCall ignoring further offenses after opposite style is detected. (@sswander)
#9234: Fix the error for Style/KeywordParametersOrder and make it aware of block keyword parameters. (@koic)
#8938: Fix some ConfigurableEnforcedStyle cops to output Exclude file lists in --auto-gen-config runs. (@h-lame)
#9257: Fix false positive for Style/SymbolProc when the block uses a variable from outside the block. (@dvandersluis)
#9251: Fix extracted cop warning when the extension is loaded using --require. (@dvandersluis)
#9244: When a cop defined in an extension is explicitly enabled, ensure that it remains enabled. (@dvandersluis)
#8046: Fix an error for Layout/HeredocArgumentClosingParenthesis when there is an argument between a heredoc argument and the closing paretheses. (@koic)
#9261: Fix an incorrect auto-correct for Style/MultilineWhenThen when one line for multiple condidate values of when statement. ([@makicamel][])
#9258: Fix calculation of cop department for nested departments. ([@mvz][])
#9277: Fix Layout/EmptyLineBetweenDefs error with endless method definitions. (@dvandersluis)
#9278: Update Style/MethodDefParentheses to ignore endless method definitions since parentheses are always required. (@dvandersluis)
Changes
#9212: Make Style/RedundantArgument aware of String#chomp and String#chomp!. (@koic)
#8482: Allow simple math for Lint/BinaryOperatorWithIdenticalOperands cop. (@fatkodima)
#9237: Add IgnoredPatterns configuration to Lint/UnreachableLoop to allow for block methods that share a name with an Enumerable method. (@dvandersluis)
#9231: Add new Layout/SpaceBeforeBrackets cop. ([@koic][])
Bug fixes
#9232: Fix Style/SymbolProc registering wrong offense when using a symbol numbered block argument greater than 1, i.e. [[1, 2]].map { _2.succ }. ([@tdeo][])
#9274: Fix error in Metrics/ClassLength when the class only contains comments. ([@dvandersluis][])
#9213: Fix a false positive for Style/RedanduntFreeze when using Array#*. ([@koic][])
#9279: Add support for endless methods to Style/MethodCallWithArgsParentheses. ([@dvandersluis][])
#9245: Fix Lint/AmbiguousRegexpLiteral when given a match_with_lvasgn node. ([@dvandersluis][])
#9276: Add support for endless methods to Style/SingleLineMethods. ([@dvandersluis][])
#9225: Fix Style/LambdaCall ignoring further offenses after opposite style is detected. ([@sswander][])
#9234: Fix the error for Style/KeywordParametersOrder and make it aware of block keyword parameters. ([@koic][])
#8938: Fix some ConfigurableEnforcedStyle cops to output Exclude file lists in --auto-gen-config runs. ([@h-lame][])
#9257: Fix false positive for Style/SymbolProc when the block uses a variable from outside the block. ([@dvandersluis][])
#9251: Fix extracted cop warning when the extension is loaded using --require. ([@dvandersluis][])
#9244: When a cop defined in an extension is explicitly enabled, ensure that it remains enabled. ([@dvandersluis][])
#8046: Fix an error for Layout/HeredocArgumentClosingParenthesis when there is an argument between a heredoc argument and the closing paretheses. ([@koic][])
#9261: Fix an incorrect auto-correct for Style/MultilineWhenThen when one line for multiple condidate values of when statement. ([@makicamel][])
#9258: Fix calculation of cop department for nested departments. ([@mvz][])
#9277: Fix Layout/EmptyLineBetweenDefs error with endless method definitions. ([@dvandersluis][])
#9278: Update Style/MethodDefParentheses to ignore endless method definitions since parentheses are always required. ([@dvandersluis][])
Changes
#9212: Make Style/RedundantArgument aware of String#chomp and String#chomp!. ([@koic][])
#8482: Allow simple math for Lint/BinaryOperatorWithIdenticalOperands cop. ([@fatkodima][])
#9237: Add IgnoredPatterns configuration to Lint/UnreachableLoop to allow for block methods that share a name with an Enumerable method. ([@dvandersluis][])
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 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Updates the requirements on rubocop to permit the latest version.
Release notes
Sourced from rubocop's releases.
Changelog
Sourced from rubocop's changelog.
Commits
44270f4
Cut 1.7.0eca0c87
Update Changelog7d1dece
AddAllowPercentLiteralArrayArgument
option toLint/RedundantSplatExpansion
bee3bb5
Add newStyle/HashExcept
copd160595
Inline and remove inspect_source_filef57312a
Use new expect_offense and expect_correction8a85e4f
AddInternalAffairs/StyleDetectedApiUse
0ebbbe9
Add changelog entry21a97b6
[Fix #8938] Fix--auto-gen-config
forStyle/SpaceInsideBlockBraces
bd0131c
[Fix #8938] Fix--auto-gen-config
forStyle/SpaceInsideHashLiteralBraces
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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)