#10685: Fix a false positive for Style/StringConcatenation when Mode: 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 of Layout/ArgumentAlignment and EnforcedColonStyle: separator of Layout/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 than arg. (@ydah)
#10679: Fix a false positive for Style/SafeNavigation when TargetRubyVersion: 2.2 or lower. (@koic)
Changes
#10673: Update auto-gen-config's comment re auto-correct for SafeAutoCorrect: false. (@ydah)
#10685: Fix a false positive for Style/StringConcatenation when Mode: 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 of Layout/ArgumentAlignment and EnforcedColonStyle: separator of Layout/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 than arg. ([@ydah][])
#10679: Fix a false positive for Style/SafeNavigation when TargetRubyVersion: 2.2 or lower. ([@koic][])
Changes
#10673: Update auto-gen-config's comment re auto-correct for SafeAutoCorrect: false. ([@ydah][])
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps rubocop from 1.30.0 to 1.30.1.
Release notes
Sourced from rubocop's releases.
Changelog
Sourced from rubocop's changelog.
Commits
6f3ccdd
Cut 1.30.1f62c415
Update Changeloge61ee78
Merge pull request #10695 from ydah/change_suggest_rake_task_warningdef56cb
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 docsa9fd669
Add a check for EnforcedStyle: (default) examples35d0d2b
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_nameDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)