This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (~> 1.40.0 → ~> 1.52.0) · Repo · Changelog
Release Notes
1.52.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 40 commits:
Cut 1.52
Update Changelog
Server mode: only read $stdin when -s or --stdin argument provided
Add new `Style/RedundantArrayConstructor` cop
[Fix #11908] Support `AllowedReceivers` for `Style/CollectionMethods`
Remove a redundant `SafeAutoCorrect: false` config
Merge pull request #11907 from koic/fix_an_error_for_lint_useless_assignment
[Fix #11905] Fix an error for `Lint/UselessAssignment`
Merge pull request #11902 from koic/fix_a_false_positive_for_style_require_order
Fix a false positive for `Style/RequireOrder`
[Fix #11899] Fix an incorrect autocorrect for `Style/SingleLineMethods`
Improve `Naming/VariableName`cop documentation
Merge pull request #11898 from gsamokovarov/omit-parentheses-in-braced-blocks
Fix offences in calls inside blocks with braces for Style/MethodCallWithArgsParentheses
Merge pull request #11896 from koic/fix_false_positive_for_lint_inherit_exception
[Fix #11893] Fix a false positive for `Lint/InheritException`
Merge pull request #11892 from fatkodima/fix-accessor-grouping-space
Fix `Style/AccessorGrouping` to accept macros separated from accessors by space
Merge pull request #11890 from koic/fix_a_false_negative_for_lint_redundant_safe_navigation
Fix a false negative for `Lint/RedundantSafeNavigation`
Use `Symbol#start_with?`
Merge pull request #11889 from djpowers/patch-1
Merge pull request #11877 from dgollahon/remove-unused-test-setup
Add editor integration info for Helix Editor
Use RuboCop Performance 1.18
Tweak an offense message for `Style/EvalWithLocation`
Use `RuboCop::AST::ConstNode#namespace`
Tweak the doc for `Style/RescueModifier`
Add new `Style/RedundantRegexpConstructor` cop
[Fix #11884] Make `rubocop -V` display rubocop-factory_bot version when using it
[Fix #11880] Fix a false positive for `Style/ExactRegexpMatch`
Merge pull request #11881 from rubocop/dependabot/github_actions/codespell-project/actions-codespell-2
Merge pull request #11879 from koic/fix_a_false_positive_for_style_select_by_regexp
Bump codespell-project/actions-codespell from 1 to 2
Fix a false positive for `Style/SelectByRegexp` when Ruby 2.2 or lower analysis
Add the doc and tweak some specs for `Lint/MissingSuper`
Remove superfluous test setup
Add new `Style/RedundantFilterChain` cop
Add `ComparisonsThreshold` config option to `Style/MultipleComparison`
Switch back the docs version
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