Update rubocop 1.57.1 → 1.57.2 (patch) #290
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (1.57.1 → 1.57.2) · Repo · Changelog
Release Notes
1.57.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
Cut 1.57.2
Update Changelog
Fix a changelog entry
[Fix #12312] Fix an incorrect autocorrect for `Style/HashSyntax`
[Fix #12310] Drop `base64` gem from runtime dependency
[Fix #12307] Fix an infinite loop error for `Layout/EndAlignment`
Tweak offense message for `Lint/Void`
[Fix #12274] Fix a false positive for `Lint/Void`
[Fix #11652] Generate inherit_from correctly also with ERB
Merge pull request #12304 from koic/fix_error_for_style_identical_conditional_branches
[Fix 12300] Fix an error for `Style/IdenticalConditionalBranches`
Merge pull request #12285 from koic/fix_false_positives_for_style_single_argument_dig
Merge pull request #12302 from koic/make_style_redundant_filter_chain_aware_of_safe_navigation
[Fix #12301] Make `Style/RedundantFilterChain` aware of safe navigation
Merge pull request #12299 from koic/fix_a_false_positive_for_style_redundant_parentheses
[Fix #12298] Fix a false positive for `Style/RedundantParentheses`
Merge pull request #12294 from koic/fix_a_false_positive_for_style_redundant_double_splat_hash_braces
Merge pull request #12292 from koic/fix_a_false_positive_for_metrics_class_length
[Fix #12293] Fix a false positive for `Style/RedundantDoubleSplatHashBraces`
[Fix #12291] Fix a false positive for `Metrics/ClassLength`
Merge pull request #12288 from koic/fix_false_positive_for_style_redundant_double_splat_hash_braces
[Fix #12286] Fix false positives for `Style/RedundantDoubleSplatHashBraces`
[Fix #12284] Fix false positives for `Style/SingleArgumentDig`
Merge pull request #12283 from koic/fix_an_error_for_style_single_line_do_end_block
Fix an error for `Style/SingleLineDoEndBlock`
[Fix #12279] Fix false positives for `Lint/EmptyConditionalBody`
[Fix #12275] Fix a false positive for `Style/RedundantDoubleSplatHashBraces`
Switch back the docs version
Commits
See the full diff on Github. The new version differs by 12 commits:
Cut 1.30.0
Update Changelog
Add `BlockNode#{first,last}_argument` helpers
Fix "Chacks" -> "Checks" typo
Suppress `RSpec/FilePath`'s offense
Fix duplicate contributor names when generating changelog
Use RuboCop RSpec 2.24
Suppress `Performance/MapMethodChain` cop's offenses
Fix a typo
Bump paambaati/codeclimate-action from 3.2.0 to 5.0.0
Suppress a warning for a custom cop
Restore docs/antora.yml
🗑️ base64 (removed)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands