Bump rubocop from 1.57.0 to 1.57.1
Bumps rubocop from 1.57.0 to 1.57.1.
Release notes
Sourced from rubocop's releases.
RuboCop 1.57.1
Bug fixes
- #12271: Fix a false positive for
Lint/RedundantSafeNavigation
when using snake case constant receiver. (@koic
)- #12265: Fix an error for
Layout/MultilineMethodCallIndentation
when usingarithmetic operation with block inside a grouped expression. (@koic
)- #12177: Fix an incorrect autocorrect for
Style/RedundantException
. (@ydah
)- #12261: Fix an infinite loop for
Layout/MultilineMethodCallIndentation
when multiline method chain with a block argument and method chain. (@ydah
)- #12263: Fix false positives for
Style/RedundantDoubleSplatHashBraces
when method call for no hash braced double splat receiver. (@koic
)- #12262: Fix an incorrect autocorrect for
Style/RedundantDoubleSplatHashBraces
when using double splat hash braces withmerge
method call twice. (@koic
)
Changelog
Sourced from rubocop's changelog.
1.57.1 (2023-10-13)
Bug fixes
- #12271: Fix a false positive for
Lint/RedundantSafeNavigation
when using snake case constant receiver. ([@koic
][])- #12265: Fix an error for
Layout/MultilineMethodCallIndentation
when usingarithmetic operation with block inside a grouped expression. ([@koic
][])- #12177: Fix an incorrect autocorrect for
Style/RedundantException
. ([@ydah
][])- #12261: Fix an infinite loop for
Layout/MultilineMethodCallIndentation
when multiline method chain with a block argument and method chain. ([@ydah
][])- #12263: Fix false positives for
Style/RedundantDoubleSplatHashBraces
when method call for no hash braced double splat receiver. ([@koic
][])- #12262: Fix an incorrect autocorrect for
Style/RedundantDoubleSplatHashBraces
when using double splat hash braces withmerge
method call twice. ([@koic
][])
Commits
-
9141fe5
Cut 1.57.1 -
a302d0c
Update Changelog -
12016d8
[Fix #12271] Fix a false positive forLint/RedundantSafeNavigation
-
128618c
Fix false positives forStyle/RedundantDoubleSplatHashBraces
-
03cdf04
Merge pull request #12267 from ydah/fix/12261 -
7edb5ca
[Fix #12261] Fix an infinite loop forLayout/MultilineMethodCallIndentation
-
42898bc
Merge pull request #12266 from koic/fix_an_error_for_layout_multiline_method_... -
a4a505d
[Fix #12265] Fix an error forLayout/MultilineMethodCallIndentation
-
84840b8
Fix typos -
873cb9f
Fix an incorrect autocorrect forStyle/RedundantException
when message is n... - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts