#13030: Add new Gemspec/AddRuntimeDependency cop. (@koic)
Bug fixes
#12954: Fix a false negative for Style/ArgumentsForwarding when arguments forwarding in yield. (@koic)
#13033: Fix a false positive for Layout/SpaceAroundOperators when using multiple spaces between an operator and a tailing comment. (@koic)
#12885: Fix a false positive for Lint/ToEnumArguments when enumerator is created for another method. (@koic)
#13018: Fix a false positive for Style/MethodCallWithArgsParentheses when EnforcedStyle: omit_parentheses is set and parenthesized method call is used before constant resolution. (@koic)
#12986: Fix a false positive for Style/RedundantBegin when endless method definition with rescue. (@koic)
#12985: Fix an error for Style/RedundantRegexpCharacterClass when using regexp_parser gem 2.3.1 or older. (@koic)
#13010: Fix an error for Style/SuperArguments when the hash argument is or-assigned. (@koic)
#13023: Fix an error for Style/SymbolProc when using lambda -> with one argument and multiline do...end block. (@koic)
#12989: Fix an error for the inherit_gem config when the Gemfile contains an uninstalled git gem. (@earlopain)
#12975: Fix an error for the inherit_gem config when running RuboCop without bundler and no Gemfile exists. (@earlopain)
#12997: Fix an error for Lint/UnmodifiedReduceAccumulator when the block is empty. (@earlopain)
#12979: Fix false negatives for Lint/Void when void expression with guard clause is not on last line. (@koic)
#12716: Fix false negatives for Lint/Void when using parenthesized void operators. (@koic)
#12471: Fix false negatives for Style/ZeroLengthPredicate when using safe navigation operator. (@koic)
#12960: Fix false positives for Lint/NestedMethodDefinition when definition of method on variable. (@koic)
#13012: Fix false positives for Style/HashExcept when using reject and calling include? method with bang. (@koic)
#12983: Fix false positives for Style/SendWithLiteralMethodName using send with writer method name. (@koic)
#12957: Fix false positives for Style/SuperArguments when calling super in a block. (@koic)
Changes
#12970: Add CountModifierForms option to Metrics/BlockNesting and set it to false by default. (@koic)
#13032: Display warning messages for deprecated APIs. (@koic)
#13031: Enable YJIT by default in server mode. (@koic)
#12557: Make server mode aware of auto-restart for bundle update. (@koic)
#12616: Make Style/MapCompactWithConditionalBlock aware of filter_map. (@koic)
#13035: Support autocorrect for Lint/ImplicitStringConcatenation. (@koic)
#13030: Add new Gemspec/AddRuntimeDependency cop. ([@koic][])
Bug fixes
#12954: Fix a false negative for Style/ArgumentsForwarding when arguments forwarding in yield. ([@koic][])
#13033: Fix a false positive for Layout/SpaceAroundOperators when using multiple spaces between an operator and a tailing comment. ([@koic][])
#12885: Fix a false positive for Lint/ToEnumArguments when enumerator is created for another method. ([@koic][])
#13018: Fix a false positive for Style/MethodCallWithArgsParentheses when EnforcedStyle: omit_parentheses is set and parenthesized method call is used before constant resolution. ([@koic][])
#12986: Fix a false positive for Style/RedundantBegin when endless method definition with rescue. ([@koic][])
#12985: Fix an error for Style/RedundantRegexpCharacterClass when using regexp_parser gem 2.3.1 or older. ([@koic][])
#13010: Fix an error for Style/SuperArguments when the hash argument is or-assigned. ([@koic][])
#13023: Fix an error for Style/SymbolProc when using lambda -> with one argument and multiline do...end block. ([@koic][])
#12989: Fix an error for the inherit_gem config when the Gemfile contains an uninstalled git gem. ([@earlopain][])
#12975: Fix an error for the inherit_gem config when running RuboCop without bundler and no Gemfile exists. ([@earlopain][])
#12997: Fix an error for Lint/UnmodifiedReduceAccumulator when the block is empty. ([@earlopain][])
#12979: Fix false negatives for Lint/Void when void expression with guard clause is not on last line. ([@koic][])
#12716: Fix false negatives for Lint/Void when using parenthesized void operators. ([@koic][])
#12471: Fix false negatives for Style/ZeroLengthPredicate when using safe navigation operator. ([@koic][])
#12960: Fix false positives for Lint/NestedMethodDefinition when definition of method on variable. ([@koic][])
#13012: Fix false positives for Style/HashExcept when using reject and calling include? method with bang. ([@koic][])
#12983: Fix false positives for Style/SendWithLiteralMethodName using send with writer method name. ([@koic][])
#12957: Fix false positives for Style/SuperArguments when calling super in a block. ([@koic][])
Changes
#12970: Add CountModifierForms option to Metrics/BlockNesting and set it to false by default. ([@koic][])
#13032: Display warning messages for deprecated APIs. ([@koic][])
#13031: Enable YJIT by default in server mode. ([@koic][])
#12557: Make server mode aware of auto-restart for bundle update. ([@koic][])
#12616: Make Style/MapCompactWithConditionalBlock aware of filter_map. ([@koic][])
#13035: Support autocorrect for Lint/ImplicitStringConcatenation. ([@koic][])
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the rubocop group with 3 updates in the / directory: rubocop, rubocop-minitest and rubocop-rails.
Updates
rubocop
from 1.64.1 to 1.65.0Release notes
Sourced from rubocop's releases.
Changelog
Sourced from rubocop's changelog.
Commits
28786cf
Cut 1.65b20355f
Update Changelogf3b368a
[Fix #13035] Support autocorrect forLint/ImplicitStringConcatenation
357ff41
Merge pull request #13034 from koic/fix_a_false_positive_for_layout_space_aro...3395b6a
[Fix #13033] Fix a false positive forLayout/SpaceAroundOperators
a71c653
Enable YJIT by default in server mode2d332e9
Display warning messages for deprecated APIs9872bca
UseRegexp#match?
961ca82
[Docs] Prioritize usingadd_dependency
overadd_runtime_dependency
in exa...ce3d448
Add newGemspec/AddRuntimeDependency
copUpdates
rubocop-minitest
from 0.35.0 to 0.35.1Release notes
Sourced from rubocop-minitest's releases.
Changelog
Sourced from rubocop-minitest's changelog.
Commits
07c4bd5
Cut 0.35.11a1d11e
Update Changelog3f9c8a9
Merge pull request #311 from koic/suppress_deprecation_warning_for_minitest_m...2ad914d
Suppress deprecation warning forMinitst/MultipleAssertions
9955aa1
Suppress RuboCop offenses97ddbb1
Use RuboCop Performance 1.21654e0e6
Usesh
instead ofsystem cmd, exception: true
in *.rake0b8c8a2
Merge pull request #309 from Earlopain/readme-badgee318bfe
Fix readme CI badge50e8859
Merge pull request #307 from koic/support_no_correctionsUpdates
rubocop-rails
from 2.25.0 to 2.25.1Release notes
Sourced from rubocop-rails's releases.
Changelog
Sourced from rubocop-rails's changelog.
Commits
b8409c1
Cut 2.25.17a2b993
Update Changelogd0016e8
Use RuboCop RSpec 3.0dec8343
Merge pull request #1297 from ChaelCodes/1295-rails-validations-covers-compar...7e77248
[Fix #1295] Cover validates_comparison_of in Rails/Validation906e18c
Merge pull request #1300 from Earlopain/changelog-tweaksec3f284
Consistently specify department in current changelog entries0259700
Merge pull request #1299 from Earlopain/error-not-null-column0d318fb
Fix an error forRails/NotNullColumn
when the block forchange_table
is e...d99bbe1
Merge pull request #1289 from fwolfst/1288-let_link_to_blank_find_link_to_if_...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 show