Bump rubocop from 1.56.0 to 1.56.1
Bumps rubocop from 1.56.0 to 1.56.1.
Release notes
Sourced from rubocop's releases.
RuboCop 1.56.1
Bug fixes
- #12136: Fix a false negative for
Layout/LeadingCommentSpace
when using#+
or#-
as they are not RDoc comments. (@koic
)- #12113: Fix a false positive for
Bundler/DuplicatedGroup
when groups are duplicated butsource
,git
,platforms
, orpath
values are different. (@koic
)- #12134: Fix a false positive for
Style/MethodCallWithArgsParentheses
when parentheses are used in one-linein
pattern matching. (@koic
)- #12111: Fix an error for
Bundler/DuplicatedGroup
group declaration has keyword option. (@koic
)- #12109: Fix an error for
Style/ArgumentsForwarding
cop when forwarding kwargs/block arg and an additional arg. (@ydah
)- #12117: Fix a false positive for
Style/ArgumentsForwarding
cop when not always forwarding block. (@owst
)- #12115: Fix an error for
Style/Lambda
when using numbered parameter with a multiline->
call. (@koic
)- #12124: Fix false positives for
Style/RedundantParentheses
when parentheses insuper
oryield
call with multiline style argument. (@koic
)- #12120: Fix false positives for
Style/SymbolArray
when%i
array containing unescaped[
,]
,(
, or)
. (@koic
)- #12133: Fix
Style/RedundantSelfAssignmentBranch
to handle heredocs. (@r7kamura
)- #12105: Fix target ruby
Gem::Requirement
matcher and version parsing to support multiple version constraints. (@ItsEcholot
)
Changelog
Sourced from rubocop's changelog.
1.56.1 (2023-08-21)
Bug fixes
- #12136: Fix a false negative for
Layout/LeadingCommentSpace
when using#+
or#-
as they are not RDoc comments. ([@koic
][])- #12113: Fix a false positive for
Bundler/DuplicatedGroup
when groups are duplicated butsource
,git
,platforms
, orpath
values are different. ([@koic
][])- #12134: Fix a false positive for
Style/MethodCallWithArgsParentheses
when parentheses are used in one-linein
pattern matching. ([@koic
][])- #12111: Fix an error for
Bundler/DuplicatedGroup
group declaration has keyword option. ([@koic
][])- #12109: Fix an error for
Style/ArgumentsForwarding
cop when forwarding kwargs/block arg and an additional arg. ([@ydah
][])- #12117: Fix a false positive for
Style/ArgumentsForwarding
cop when not always forwarding block. ([@owst
][])- #12115: Fix an error for
Style/Lambda
when using numbered parameter with a multiline->
call. ([@koic
][])- #12124: Fix false positives for
Style/RedundantParentheses
when parentheses insuper
oryield
call with multiline style argument. ([@koic
][])- #12120: Fix false positives for
Style/SymbolArray
when%i
array containing unescaped[
,]
,(
, or)
. ([@koic
][])- #12133: Fix
Style/RedundantSelfAssignmentBranch
to handle heredocs. ([@r7kamura
][])- #12105: Fix target ruby
Gem::Requirement
matcher and version parsing to support multiple version constraints. ([@ItsEcholot
][])
Commits
-
24e7411
Cut 1.56.1 -
a3c111b
Update Changelog -
53433c4
Fix a false negative forLayout/LeadingCommentSpace
-
ce93abd
[Fix #12134] Fix a false positive forStyle/MethodCallWithArgsParentheses
-
6815290
Merge pull request #12133 from r7kamura/style-redundant-self-assignment-branc... -
75580b3
FixStyle/RedundantSelfAssignmentBranch
to handle heredocs -
dd29994
Use squiggly heredoc -
23dc4de
Merge pull request #12127 from ItsEcholot/bugfix/required_ruby_version_gem_re... -
252af0d
[Fix #12105] Adjust target ruby gem requirement matcher and version parsing t... -
2cb9dea
Merge pull request #12121 from chulkilee/fix-warning - 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