dep: bump rubocop from 1.31.2 to 1.32.0
Bumps rubocop from 1.31.2 to 1.32.0.
Release notes
Sourced from rubocop's releases.
RuboCop 1.32
New features
- #10820: Add new
Style/EmptyHeredoc
cop. (@koic
)- #10691: Add new
Layout/MultilineMethodParameterLineBreaks
cop. (@Korri
)- #10790: Support
AllowComments
option forStyle/EmptyElse
. (@ydah
)- #10792: Add new
Lint/RequireRangeParentheses
cop. (@koic
)- #10692: Break long method definitions when auto-correcting. (
@Korri
)Bug fixes
- #10824: Make
Lint/DeprecatedClassMethods
aware ofENV.clone
andENV.dup
. (@koic
)- #10788: Relax
Style/FetchEnvVar
to allowENV[]
in LHS of||
. (@j-miyake
)- #10813: Fix recursive deletion to suppression in
Lint/NonAtomicFileOperation
. (@ydah
)- #10791: Fix an incorrect autocorrect for
Style/Semicolon
when using endless range before semicolon. (@koic
)- #10781: Fix a suggestions for safer conversions for
Lint/NonAtomicFileOperation
. (@ydah
)- #10263: Fix the value of
Enabled
leaking between configurations. (@jonas054
)Changes
- #10613: Allow autocorrecting with -P/--parallel and make it the default. (
@jonas054
)- Add EnforcedStyle (leading/trailing) configuration to
Layout::LineContinuationLeadingSpace
. (@bquorning
)- #10784: Preserve multiline semantics on
Style/SymbolArray
andStyle/WordArray
. (@r7kamura
)- #10814: Avoid buffering stdout when running in server mode. (
@ccutrer
)- #10817: Add autocorrect support for
Style/SafeNavigationChain
. (@r7kamura
)- #10810: Support safe navigation operator on
Style/SymbolProc
. (@r7kamura
)- #10803: Require RuboCop AST 1.9.1 or higher. (
@koic
)
Changelog
Sourced from rubocop's changelog.
1.32.0 (2022-07-21)
New features
- #10820: Add new
Style/EmptyHeredoc
cop. ([@koic
][])- #10691: Add new
Layout/MultilineMethodParameterLineBreaks
cop. ([@Korri
][])- #10790: Support
AllowComments
option forStyle/EmptyElse
. ([@ydah
][])- #10792: Add new
Lint/RequireRangeParentheses
cop. ([@koic
][])- #10692: Break long method definitions when auto-correcting. ([
@Korri
][])Bug fixes
- #10824: Make
Lint/DeprecatedClassMethods
aware ofENV.clone
andENV.dup
. ([@koic
][])- #10788: Relax
Style/FetchEnvVar
to allowENV[]
in LHS of||
. ([@j-miyake
][])- #10813: Fix recursive deletion to suppression in
Lint/NonAtomicFileOperation
. ([@ydah
][])- #10791: Fix an incorrect autocorrect for
Style/Semicolon
when using endless range before semicolon. ([@koic
][])- #10781: Fix a suggestions for safer conversions for
Lint/NonAtomicFileOperation
. ([@ydah
][])- #10263: Fix the value of
Enabled
leaking between configurations. ([@jonas054
][])Changes
- #10613: Allow autocorrecting with -P/--parallel and make it the default. ([
@jonas054
][])- Add EnforcedStyle (leading/trailing) configuration to
Layout::LineContinuationLeadingSpace
. ([@bquorning
][])- #10784: Preserve multiline semantics on
Style/SymbolArray
andStyle/WordArray
. ([@r7kamura
][])- #10814: Avoid buffering stdout when running in server mode. ([
@ccutrer
][])- #10817: Add autocorrect support for
Style/SafeNavigationChain
. ([@r7kamura
][])- #10810: Support safe navigation operator on
Style/SymbolProc
. ([@r7kamura
][])- #10803: Require RuboCop AST 1.9.1 or higher. ([
@koic
][])
Commits
-
08fd23a
Cut 1.32 -
2f9a4d0
Update Changelog -
dd11b7b
[Fix #10788] RelaxStyle/FetchEnvVar
to allowENV[]
in LHS of||
-
0124f73
[Fix rubocop#10813] Fix recursive deletion to suppression in `Lint/NonAtomicF... -
2f8d8c7
Merge pull request #10824 from koic/make_lint_deprecated_class_methods_aware_... -
a6bc607
MakeLint/DeprecatedClassMethods
aware ofENV.clone
andENV.dup
-
2c4215f
Add newStyle/EmptyHeredoc
cop -
992019e
Merge pull request #10814 from ccutrer/server-fast-stdout -
997d66f
[Doc] Syntax highlight for CONTRIBUTING.md -
83893ce
Add autocorrect support forStyle/SafeNavigationChain
- 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 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| models | 3 | 0 | 0 | 0 | 3 | ✅ |
| tasks | 8 | 0 | 0 | 0 | 8 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 234 | 0 | 0 | 0 | 234 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov