Bump rubocop from 1.54.0 to 1.54.1
Bumps rubocop from 1.54.0 to 1.54.1.
Release notes
Sourced from rubocop's releases.
RuboCop 1.54.1
Bug fixes
- #12024: Fix a false positive for
Lint/RedundantRegexpQuantifiers
when interpolation is used in a regexp literal. (@koic
)- #12020: This PR fixes an infinite loop error for
Layout/SpaceAfterComma
withLayout/SpaceBeforeSemicolon
when autocorrection conflicts. (@koic
)- #12014: Fix an error for
Lint/UselessAssignment
when part of a multiple assignment is enclosed in parentheses. (@koic
)- #12011: Fix an error for
Metrics/MethodLength
when using a heredoc in a block without block arguments. (@koic
)- #12010: Fix false negatives for
Style/RedundantRegexpArgument
when using safe navigation operator. (@koic
)
Changelog
Sourced from rubocop's changelog.
1.54.1 (2023-07-04)
Bug fixes
- #12024: Fix a false positive for
Lint/RedundantRegexpQuantifiers
when interpolation is used in a regexp literal. ([@koic
][])- #12020: This PR fixes an infinite loop error for
Layout/SpaceAfterComma
withLayout/SpaceBeforeSemicolon
when autocorrection conflicts. ([@koic
][])- #12014: Fix an error for
Lint/UselessAssignment
when part of a multiple assignment is enclosed in parentheses. ([@koic
][])- #12011: Fix an error for
Metrics/MethodLength
when using a heredoc in a block without block arguments. ([@koic
][])- #12010: Fix false negatives for
Style/RedundantRegexpArgument
when using safe navigation operator. ([@koic
][])
Commits
-
dbee3c2
Cut 1.54.1 -
32e0884
Update Changelog -
3ec4959
[Fix #12020] Fix an error forLayout/SpaceAfterComma
with `Layout/SpaceBefo... -
c969b34
[Fix #12024] Fix a false positive forLint/RedundantRegexpQuantifiers
-
0932941
[Fix #12014] Fix an error forLint/UselessAssignment
-
fb54dac
Merge pull request #12012 from ydah/fix-internal-affairs-location-line-equali... -
0583bce
Fix an error forInternalAffairs/LocationLineEqualityComparison
when inside... -
fa8c74e
Fix an error forMetrics/MethodLength
-
5998474
Fix false negatives forStyle/RedundantRegexpArgument
-
ff0effd
Switch back the docs version - See full diff 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