development-dependency: bump rubocop from 1.22.1 to 1.22.2
Bumps rubocop from 1.22.1 to 1.22.2.
Release notes
Sourced from rubocop's releases.
RuboCop 1.22.2
Bug fixes
- #10165: Fix
Layout/DotPosition
false positives when the selector and receiver are on the same line. (@dvandersluis
)- #10171: Fix
Style/HashTransformKeys
andStyle/HashTransformValues
incorrect auto-correction when inside block body. (@franzliedke
)- #10180: Fix an error for
Style/SelectByRegexp
when usingmatch?
without a receiver. (@koic
)- #10193: Fix an error for
Layout/EmptyLinesAroundExceptionHandlingKeywords
whenbegin
andrescue
are on the same line. (@koic
)- #10185: Fix a false positive for
Lint/AmbiguousRange
when usingself
in a range literal. (@koic
)- #10200: Fix an error when inspecting a directory named
*
. (@koic
)- #10149: Fix
Bundler/GemComment
where it would not detect an offense in some cases whenOnlyFor
is set torestrictive_version_specifiers
. (@Drowze
)Changes
Changelog
Sourced from rubocop's changelog.
1.22.2 (2021-10-22)
Bug fixes
- #10165: Fix
Layout/DotPosition
false positives when the selector and receiver are on the same line. ([@dvandersluis
][])- #10171: Fix
Style/HashTransformKeys
andStyle/HashTransformValues
incorrect auto-correction when inside block body. ([@franzliedke
][])- #10180: Fix an error for
Style/SelectByRegexp
when usingmatch?
without a receiver. ([@koic
][])- #10193: Fix an error for
Layout/EmptyLinesAroundExceptionHandlingKeywords
whenbegin
andrescue
are on the same line. ([@koic
][])- #10185: Fix a false positive for
Lint/AmbiguousRange
when usingself
in a range literal. ([@koic
][])- #10200: Fix an error when inspecting a directory named
*
. ([@koic
][])- #10149: Fix
Bundler/GemComment
where it would not detect an offense in some cases whenOnlyFor
is set torestrictive_version_specifiers
. ([@Drowze
][])Changes
Commits
-
60484a7
Cut 1.22.2 -
cc7ac48
Update Changelog -
1d5621d
Suppress warning: constantNet::HTTPServerException
is deprecated -
a319d09
UpdatedGemspec/RequiredRubyVersion
register an offense when set to blank v... -
34ce2ed
[Fix #10200] Fix an error when inspecting a directory named*
-
5b27789
[Fix #10186] Explicit block arg is not counted forMetrics/ParameterLists
-
1894717
Merge pull request #10193 from koic/fix_an_error_for_empty_lines_around_excep... -
95262d0
Fix an error forLayout/EmptyLinesAroundExceptionHandlingKeywords
-
41f2632
Merge pull request #10187 from koic/fix_false_positive_for_lint_ambiguous_range -
96457ee
[Fix #10185] Fix a false positive forLint/AmbiguousRange
- 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