dep: bump rubocop from 1.37.0 to 1.37.1
Bumps rubocop from 1.37.0 to 1.37.1.
Release notes
Sourced from rubocop's releases.
RuboCop 1.37.1
Bug fixes
- #11102: Fix an error for
Style/AccessModifierDeclarations
when using access modifier in a block. (@koic
)- #11107: Fix a false positive for
Style/OperatorMethodCall
when a constant receiver uses an operator method. (@koic
)- #11104: Fix an error for
Style/CollectionCompact
when usingreject
method and receiver is a variable. (@koic
)- #11114: Fix an error for
Style/OperatorMethodCall
when usingobj.!
. (@koic
)- #11088: Fix an error when specifying
SuggestExtensions: true
. (@koic
)- #11089: Fix an error for
Style/RedundantStringEscape
when using character literals (e.g.?a
). (@ydah
)- #11098: Fix false positive for
Style/RedundantStringEscape
. (@tdeo
)- #11095: Fix an error for
Style/RedundantStringEscape
cop when using?\n
string character literal. (@koic
)
Changelog
Sourced from rubocop's changelog.
1.37.1 (2022-10-24)
Bug fixes
- #11102: Fix an error for
Style/AccessModifierDeclarations
when using access modifier in a block. ([@koic
][])- #11107: Fix a false positive for
Style/OperatorMethodCall
when a constant receiver uses an operator method. ([@koic
][])- #11104: Fix an error for
Style/CollectionCompact
when usingreject
method and receiver is a variable. ([@koic
][])- #11114: Fix an error for
Style/OperatorMethodCall
when usingobj.!
. ([@koic
][])- #11088: Fix an error when specifying
SuggestExtensions: true
. ([@koic
][])- #11089: Fix an error for
Style/RedundantStringEscape
when using character literals (e.g.?a
). ([@ydah
][])- #11098: Fix false positive for
Style/RedundantStringEscape
. ([@tdeo
][])- #11095: Fix an error for
Style/RedundantStringEscape
cop when using?\n
string character literal. ([@koic
][])
Commits
-
483ee84
Cut 1.37.1 -
b613ab9
Update Changelog -
1bd0fec
[Fix #11114] Fix an error forStyle/OperatorMethodCall
-
3153a54
Bump RuboCop RSpec to 2.14 -
722d1c1
Add newInternalAffairs/CreateEmptyFile
cop -
dc587c8
[Fix #11107] Fix a false positive forStyle/OperatorMethodCall
-
339d50d
Merge pull request #11094 from r7kamura/feature/example-heredoc-delimiter -
350296e
[Fix #11102] Fix an error forStyle/AccessModifierDeclarations
-
05e4611
[Fix #11098] Fix false positive for Style/RedundantStringEscape -
2abcc4a
[Fix #11104] Fix an error forStyle/CollectionCompact
- 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 |
+-------------+--------+--------+---------+-------+-------+--------+
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| services | 181 | 0 | 0 | 0 | 181 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 243 | 0 | 0 | 0 | 243 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov