dep: bump rubocop from 1.35.1 to 1.36.0
Bumps rubocop from 1.35.1 to 1.36.0.
Release notes
Sourced from rubocop's releases.
RuboCop 1.36
New features
- #10931: Add
AllowOnSelfClass
option toStyle/CaseEquality
. (@sambostock
)Bug fixes
- #10958: Fix an infinite loop for
Layout/SpaceInsideBlockBraces
whenEnforcedStyle
isno_space
and using multiline block. (@ydah
)- #10903: Skip forking off extra processes for parallel inspection when only a single file needs to be inspected. (
@wjwh
)- #10919: Fix a huge performance regression between 1.32.0 and 1.33.0. (
@ydah
)- #10951: Fix an autocorrection error for
Lint/EmptyConditionalBody
when some conditional branch is empty. (@ydah
)- #10927: Fix a false positive for
Style/HashTransformKeys
andStyle/HashTransformValues
when not using transformed block argument. (@koic
)- #10979: Fix a false positive for
Style/RedundantParentheses
when using parentheses with pin operator except for variables. (@Tietew
)- #10962: Fix a false positive for
Lint/ShadowingOuterLocalVariable
when conditional with if/elsif/else branches. (@ydah
)- #10969: Fix a false negative for
AllowedPatterns
ofLint/AmbiguousBlockAssociation
when using a method chain. (@jcalvert
)- #10963: Fix a false positive for
Layout/IndentationWidth
when using aligned emptyelse
in pattern matching. (@koic
)- #10975: Fix possible wrong autocorrection in namespace on
Style/PerlBackrefs
. (@r7kamura
)Changes
- #10928: Add more autocorrect support on
Style/EachForSimpleLoop
. (@r7kamura
)- #10960: Add
as
toAllowedNames
in default configuration forNaming/MethodParameterName
cop. (@koic
)- #10966: Add autocorrect support to
Style/AccessModifierDeclarations
. (@r7kamura
)- #10940: Add server mode status to
-V
option. (@koic
)
Changelog
Sourced from rubocop's changelog.
1.36.0 (2022-09-01)
New features
- #10931: Add
AllowOnSelfClass
option toStyle/CaseEquality
. ([@sambostock
][])Bug fixes
- #10958: Fix an infinite loop for
Layout/SpaceInsideBlockBraces
whenEnforcedStyle
isno_space
and using multiline block. ([@ydah
][])- #10903: Skip forking off extra processes for parallel inspection when only a single file needs to be inspected. ([
@wjwh
][])- #10919: Fix a huge performance regression between 1.32.0 and 1.33.0. ([
@ydah
][])- #10951: Fix an autocorrection error for
Lint/EmptyConditionalBody
when some conditional branch is empty. ([@ydah
][])- #10927: Fix a false positive for
Style/HashTransformKeys
andStyle/HashTransformValues
when not using transformed block argument. ([@koic
][])- #10979: Fix a false positive for
Style/RedundantParentheses
when using parentheses with pin operator except for variables. ([@Tietew
][])- #10962: Fix a false positive for
Lint/ShadowingOuterLocalVariable
when conditional with if/elsif/else branches. ([@ydah
][])- #10969: Fix a false negative for
AllowedPatterns
ofLint/AmbiguousBlockAssociation
when using a method chain. ([@jcalvert
][])- #10963: Fix a false positive for
Layout/IndentationWidth
when using aligned emptyelse
in pattern matching. ([@koic
][])- #10975: Fix possible wrong autocorrection in namespace on
Style/PerlBackrefs
. ([@r7kamura
][])Changes
- #10928: Add more autocorrect support on
Style/EachForSimpleLoop
. ([@r7kamura
][])- #10960: Add
as
toAllowedNames
in default configuration forNaming/MethodParameterName
cop. ([@koic
][])- #10966: Add autocorrect support to
Style/AccessModifierDeclarations
. ([@r7kamura
][])- #10940: Add server mode status to
-V
option. ([@koic
][])
Commits
-
3b3c5f5
Cut 1.36 -
ac98c75
Update Changelog -
78eb21e
Add a spec for server mode -
ca5b3c3
Merge pull request #10984 from r7kamura/feature/modifier-example -
aad6aaa
Improve singleton method example onLint/UselessAccessModifier
cop -
2fb4c3c
Fix an error forrake prof:slow_cops
-
65cec7c
Merge pull request #10928 from r7kamura/feature/each -
3088078
Merge pull request #10981 from Tietew/fix_a_false_positive_for_style_redundan... -
0780cb5
Merge pull request #10932 from koic/use_official_jruby_image -
45403e3
[Fix #10979] Fix a false positive forStyle/Style/RedundantParentheses
- 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
Allure report
allure-report-publisher
generated test report!
rspec:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services | 174 | 0 | 0 | 0 | 174 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 236 | 0 | 0 | 0 | 236 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov