development-dependency: bump rubocop from 1.22.2 to 1.22.3
Bumps rubocop from 1.22.2 to 1.22.3.
Release notes
Sourced from rubocop's releases.
RuboCop 1.22.3
Bug fixes
- #10166: Fix a false positive for
Style/StringLiterals
when using some meta characters (e.g.'\s'
,'\z'
) withEnforcedStyle: double_quotes
. (@koic
)- #10216: Fix an incorrect autocorrect for
Style/SelectByRegexp
when usinglvar =~ blockvar
in a block. (@koic
)- #10207: Fix false positive in Layout/DotPosition when the selector is on the same line as the closing bracket of the receiver. (
@mvz
)Changes
Changelog
Sourced from rubocop's changelog.
1.22.3 (2021-10-27)
Bug fixes
- #10166: Fix a false positive for
Style/StringLiterals
when using some meta characters (e.g.'\s'
,'\z'
) withEnforcedStyle: double_quotes
. ([@koic
][])- #10216: Fix an incorrect autocorrect for
Style/SelectByRegexp
when usinglvar =~ blockvar
in a block. ([@koic
][])- #10207: Fix false positive in Layout/DotPosition when the selector is on the same line as the closing bracket of the receiver. ([
@mvz
][])Changes
Commits
-
841bba4
Cut 1.22.3 -
dc872cb
Update Changelog -
565a77d
Fix a false positive forStyle/StringLiterals
-
6f92906
[Fix #10216] Fix an incorrect autocorrect forStyle/SelectByRegexp
-
e93f705
Merge pull request #10213 from koic/fix_error_for_layout_block_alignment_usin... -
1c9abe9
Fix an error forLayout/BlockAlignment
when using Ruby 3.1.0-dev -
00d940a
Suppress warning: method redefined; discarding old warn_on_pending_cops -
e1de418
MakeLint/DeprecatedConstants
aware ofNet::HTTPServerException
-
a6a94c4
Switch back the docs version -
bf18dd3
Merge pull request #10207 from mvz/fix-dot-position - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts