#10763: Fix a false positive for Layout/LineContinuationSpacing when using continuation keyword \ after __END__. (@koic)
#10755: Fix a false positive for Lint/LiteralAsCondition when using a literal in case-in condition where the match variable is used in in are accepted as a pattern matching. (@koic)
#10760: Fix a false positive for Lint/NonAtomicFileOperation when using FileTest.exist? with if condition that has else branch. (@koic)
#10745: Require JSON 2.3 or higher to fix an incompatible JSON API error. (@koic)
#10754: Fix an incorrect autocorrect for Style/HashExcept when using a non-literal collection receiver for include?. (@koic)
#10751: Fix autocorrect for Layout/FirstHashElementIndentation. (@j-miyake)
#10699: Add new global ActiveSupportExtensionsEnabled option. (@nobuyo)
#10245: Add specification_version and rubygems_version to Gemspec/DeprecatedAttributeAssignment. ([@kaitielth][])
#10696: Add new Lint/NonAtomicFileOperation cop. ([@ydah][])
#6420: Add new Layout/LineContinuationLeadingSpace cop. ([@bquorning][])
#6420: Add new Layout/LineContinuationSpacing cop. ([@bquorning][])
#10706: Integrate rubocop-daemon to add server options. (@koic)
#10722: Add new Lint/ConstantOverwrittenInRescue cop. ([@ydah][])
Bug fixes
#10700: Update Style/EmptyMethod to not correct if the correction would exceed the configuration for Layout/LineLength. ([@dvandersluis][])
#10698: Enhance Style/HashExcept to support array inclusion checks. (@nobuyo)
#10734: Handle ClobberingError in Style/NestedTernaryOperator when there are multiple nested ternaries. ([@dvandersluis][])
#10689: Fix autocorrect for Layout/FirstHashElementIndentation and Layout/FirstArrayElementIndentation. (@j-miyake)
Fix rubocop -V not displaying the version information for rubocop-graphql, rubocop-md and rubocop-thread_safety. ([@Darhazer][])
#10711: Fix an error for Style/MultilineTernaryOperator when the false branch is on a separate line. (@koic)
#10719: Fix a false positive for Lint/ParenthesesAsGroupedExpression when using safe navigation operator. (@koic)
#10736: Fix Layout/SpaceInsideBlockBraces for blocks with numbered arguments. ([@gsamokovarov][])
#10749: Fix Style/BlockDelimiters for blocks with numbered arguments. ([@gsamokovarov][])
#10737: Fix crash in Style/ConditionalAssignment with EnforcedStyle: assign_inside_condition when op-assigning a variable inside a resbody. ([@dvandersluis][])
#7900: Fix Style/FormatStringToken false positive with formatted input and template style enforced, and add autocorrection. ([@FnControlOption][])
Changes
#10730: Change output timing of GitHubActionsFormatter. ([@r7kamura][])
#10709: Deprecate rubocop:auto_correct custom rake task and newly split rubocop:autocorrect and rubocop:autocorrect-all custom rake tasks. (@koic)
#9760: Change RangeHelp#range_with_surrounding_space to allow passing the range as a positional argument. ([@pirj][])
#10693: Add ignore case for Style/EmptyLinesAroundAttributeAccessor when there is a comment line on the next line. ([@ydah][])
#10245: (Breaking) integrate Gemspec/DateAssignment into Gemspec/DeprecatedAttributeAssignment. ([@kaitielth][])
#10763: Fix a false positive for Layout/LineContinuationSpacing when using continuation keyword \ after __END__. ([@koic][])
#10755: Fix a false positive for Lint/LiteralAsCondition when using a literal in case-in condition where the match variable is used in in are accepted as a pattern matching. ([@koic][])
#10760: Fix a false positive for Lint/NonAtomicFileOperation when using FileTest.exist? with if condition that has else branch. ([@koic][])
#10745: Require JSON 2.3 or higher to fix an incompatible JSON API error. ([@koic][])
#10754: Fix an incorrect autocorrect for Style/HashExcept when using a non-literal collection receiver for include?. ([@koic][])
#10751: Fix autocorrect for Layout/FirstHashElementIndentation. ([@j-miyake][])
#10699: Add new global ActiveSupportExtensionsEnabled option. ([@nobuyo][])
#10245: Add specification_version and rubygems_version to Gemspec/DeprecatedAttributeAssignment. ([@kaitielth][])
#10696: Add new Lint/NonAtomicFileOperation cop. ([@ydah][])
#6420: Add new Layout/LineContinuationLeadingSpace cop. ([@bquorning][])
#6420: Add new Layout/LineContinuationSpacing cop. ([@bquorning][])
#10706: Integrate rubocop-daemon to add server options. ([@koic][])
#10722: Add new Lint/ConstantOverwrittenInRescue cop. ([@ydah][])
Bug fixes
#10700: Update Style/EmptyMethod to not correct if the correction would exceed the configuration for Layout/LineLength. ([@dvandersluis][])
#10698: Enhance Style/HashExcept to support array inclusion checks. ([@nobuyo][])
#10734: Handle ClobberingError in Style/NestedTernaryOperator when there are multiple nested ternaries. ([@dvandersluis][])
#10689: Fix autocorrect for Layout/FirstHashElementIndentation and Layout/FirstArrayElementIndentation. ([@j-miyake][])
Fix rubocop -V not displaying the version information for rubocop-graphql, rubocop-md and rubocop-thread_safety. ([@Darhazer][])
#10711: Fix an error for Style/MultilineTernaryOperator when the false branch is on a separate line. ([@koic][])
#10719: Fix a false positive for Lint/ParenthesesAsGroupedExpression when using safe navigation operator. ([@koic][])
#10736: Fix Layout/SpaceInsideBlockBraces for blocks with numbered arguments. ([@gsamokovarov][])
#10749: Fix Style/BlockDelimiters for blocks with numbered arguments. ([@gsamokovarov][])
#10737: Fix crash in Style/ConditionalAssignment with EnforcedStyle: assign_inside_condition when op-assigning a variable inside a resbody. ([@dvandersluis][])
#7900: Fix Style/FormatStringToken false positive with formatted input and template style enforced, and add autocorrection. ([@FnControlOption][])
Changes
#10730: Change output timing of GitHubActionsFormatter. ([@r7kamura][])
#10709: Deprecate rubocop:auto_correct custom rake task and newly split rubocop:autocorrect and rubocop:autocorrect-all custom rake tasks. ([@koic][])
#9760: Change RangeHelp#range_with_surrounding_space to allow passing the range as a positional argument. ([@pirj][])
#10693: Add ignore case for Style/EmptyLinesAroundAttributeAccessor when there is a comment line on the next line. ([@ydah][])
#10245: (Breaking) integrate Gemspec/DateAssignment into Gemspec/DeprecatedAttributeAssignment. ([@kaitielth][])
You can trigger a rebase of this PR 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.27.0 to 1.31.1.
Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
8fa156c
Cut 1.31.1360a33e
Update Changelog32b3991
[Fix #10745] Fix an error when using old JSON gem5024054
[Fix #10763] Fix a false positive forLayout/LineContinuationSpacing
bcf90de
[Fix #10751] Fix autocorrect for Layout/FirstHashElementIndentation6e045fc
Merge pull request #10770 from koic/fix_build_errors_on_circlecif7935e5
Fix build errors on CircleCI27b0882
[Fix #10760] Fix a false positive forLint/NonAtomicFileOperation
f5b77c8
[Fix #10754] Fix an incorrect autocorrect forStyle/HashExcept
a3bc248
[Fix #10755] Fix a false positive forLint/LiteralAsCondition
You can trigger a rebase of this PR 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)