Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop from 1.51.0 to 1.52.0 #2452

Open
wants to merge 52 commits into
base: crazynewworld
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 4, 2023

Bumps rubocop from 1.51.0 to 1.52.0.

Release notes

Sourced from rubocop's releases.

RuboCop 1.52

New features

Bug fixes

  • #11890: Fix a false negative for Lint/RedundantSafeNavigation when &. is used for to_d. (@​koic)
  • #11880: Fix a false positive for Style/ExactRegexpMatch when using literal with quantifier in regexp. (@​koic)
  • #11902: Fix a false positive for Style/RequireOrder when single-quoted string and double-quoted string are mixed. (@​koic)
  • #11879: Fix a false positive for Style/SelectByRegexp when Ruby 2.2 or lower analysis. (@​koic)
  • #11891: Fix Style/AccessorGrouping to accept macros separated from accessors by space. (@​fatkodima)
  • #11905: Fix an error for Lint/UselessAssignment when a variable is assigned with rest assignment and unreferenced. (@​koic)
  • #11899: Fix an incorrect autocorrect for Style/SingleLineMethods when using Ruby 3.0 and Style/EndlessMethod is disabled. (@​koic)
  • #11884: Make rubocop -V display rubocop-factory_bot version when using it. (@​koic)
  • #11893: Fix a false positive for Lint/InheritException when inheriting Exception with omitted namespace. (@​koic)
  • #11898: Fix offences in calls inside blocks with braces for Style/MethodCallWithArgsParentheses with omit_parentheses enforced style. (@​gsamokovarov)
  • #11857: Server mode: only read $stdin when -s or --stdin argument provided. (@​naveg)
Changelog

Sourced from rubocop's changelog.

1.52.0 (2023-06-02)

New features

Bug fixes

  • #11890: Fix a false negative for Lint/RedundantSafeNavigation when &. is used for to_d. ([@​koic][])
  • #11880: Fix a false positive for Style/ExactRegexpMatch when using literal with quantifier in regexp. ([@​koic][])
  • #11902: Fix a false positive for Style/RequireOrder when single-quoted string and double-quoted string are mixed. ([@​koic][])
  • #11879: Fix a false positive for Style/SelectByRegexp when Ruby 2.2 or lower analysis. ([@​koic][])
  • #11891: Fix Style/AccessorGrouping to accept macros separated from accessors by space. ([@​fatkodima][])
  • #11905: Fix an error for Lint/UselessAssignment when a variable is assigned with rest assignment and unreferenced. ([@​koic][])
  • #11899: Fix an incorrect autocorrect for Style/SingleLineMethods when using Ruby 3.0 and Style/EndlessMethod is disabled. ([@​koic][])
  • #11884: Make rubocop -V display rubocop-factory_bot version when using it. ([@​koic][])
  • #11893: Fix a false positive for Lint/InheritException when inheriting Exception with omitted namespace. ([@​koic][])
  • #11898: Fix offences in calls inside blocks with braces for Style/MethodCallWithArgsParentheses with omit_parentheses enforced style. ([@​gsamokovarov][])
  • #11857: Server mode: only read $stdin when -s or --stdin argument provided. ([@​naveg][])
Commits
  • 93a3783 Cut 1.52
  • 727967f Update Changelog
  • 41fa2aa Server mode: only read $stdin when -s or --stdin argument provided
  • a01fd9c Add new Style/RedundantArrayConstructor cop
  • 356fc46 [Fix #11908] Support AllowedReceivers for Style/CollectionMethods
  • 713e7da Remove a redundant SafeAutoCorrect: false config
  • 172cc75 Merge pull request #11907 from koic/fix_an_error_for_lint_useless_assignment
  • 63ede93 [Fix #11905] Fix an error for Lint/UselessAssignment
  • 1884a46 Merge pull request #11902 from koic/fix_a_false_positive_for_style_require_order
  • db9e469 Fix a false positive for Style/RequireOrder
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

This reverts commit c7d00eea1e1123d623d87bc53cd0fda0cd5785e0.
@Hanage999 Hanage999 force-pushed the crazynewworld branch 7 times, most recently from 352a40d to 61a4655 Compare March 18, 2024 23:23
@Hanage999 Hanage999 force-pushed the crazynewworld branch 4 times, most recently from 67aafc7 to 37a9186 Compare March 27, 2024 07:28
@Hanage999 Hanage999 force-pushed the crazynewworld branch 3 times, most recently from 427e8d0 to 626f41c Compare April 3, 2024 11:36
@Hanage999 Hanage999 force-pushed the crazynewworld branch 3 times, most recently from dcc3519 to a1420ed Compare April 21, 2024 00:23
@Hanage999 Hanage999 force-pushed the crazynewworld branch 4 times, most recently from e2bb6ee to 606266b Compare April 30, 2024 22:17
@Hanage999 Hanage999 force-pushed the crazynewworld branch 2 times, most recently from 00c2582 to 9bd4923 Compare May 2, 2024 04:42
@Hanage999 Hanage999 force-pushed the crazynewworld branch 4 times, most recently from e3c19ae to 230b852 Compare May 17, 2024 12:03
@Hanage999 Hanage999 force-pushed the crazynewworld branch 2 times, most recently from e8ba461 to 3a37236 Compare May 23, 2024 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rebase needed 🚧 ruby Pull requests that update Ruby code
Projects
None yet
1 participant