dep-dev: bump rubocop from 1.30.0 to 1.30.1
Bumps rubocop from 1.30.0 to 1.30.1.
Release notes
Sourced from rubocop's releases.
RuboCop 1.30.1
Bug fixes
- #10685: Fix a false positive for
Style/StringConcatenation
whenMode: conservative
and first operand is not string literal. (@koic
)- #10670: Fix a false positive for
Style/FetchEnvVar
in the body with assignment method. (@ydah
)- #10671: Fix an incorrect autocorrect for
EnforcedStyle: with_first_argument
ofLayout/ArgumentAlignment
andEnforcedColonStyle: separator
ofLayout/HashAlignment
. (@koic
)- #10676: Fix
--ignore-unrecognized-cops
option always showing empty warning even if there was no problem. (@nobuyo
)- #10674: Fix a false positive for
Naming/AccessorMethodName
with type of the first argument is other thanarg
. (@ydah
)- #10679: Fix a false positive for
Style/SafeNavigation
whenTargetRubyVersion: 2.2
or lower. (@koic
)Changes
Changelog
Sourced from rubocop's changelog.
1.30.1 (2022-06-06)
Bug fixes
- #10685: Fix a false positive for
Style/StringConcatenation
whenMode: conservative
and first operand is not string literal. ([@koic
][])- #10670: Fix a false positive for
Style/FetchEnvVar
in the body with assignment method. ([@ydah
][])- #10671: Fix an incorrect autocorrect for
EnforcedStyle: with_first_argument
ofLayout/ArgumentAlignment
andEnforcedColonStyle: separator
ofLayout/HashAlignment
. ([@koic
][])- #10676: Fix
--ignore-unrecognized-cops
option always showing empty warning even if there was no problem. ([@nobuyo
][])- #10674: Fix a false positive for
Naming/AccessorMethodName
with type of the first argument is other thanarg
. ([@ydah
][])- #10679: Fix a false positive for
Style/SafeNavigation
whenTargetRubyVersion: 2.2
or lower. ([@koic
][])Changes
Commits
-
6f3ccdd
Cut 1.30.1 -
f62c415
Update Changelog -
e61ee78
Merge pull request #10695 from ydah/change_suggest_rake_task_warning -
def56cb
Change command for the rake task with arguments to a style that can also be u... -
fa78663
Fix SafeMode deprecation version in the changelog (#10690) -
0c7a1aa
Move default enforced styles to top in docs -
a9fd669
Add a check for EnforcedStyle: (default) examples -
35d0d2b
Merge pull request #10688 from koic/fix_a_false_positive_for_style_string_con... -
0a91fb2
[Fix #10685] Fix a false positive forStyle/StringConcatenation
-
a5de777
Merge pull request #10674 from ydah/fix_a_false_positive_accessor_method_name - 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 | 170 | 0 | 0 | 0 | 170 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| models | 3 | 0 | 0 | 0 | 3 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| tasks | 8 | 0 | 0 | 0 | 8 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 230 | 0 | 0 | 0 | 230 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov