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 0.90.0 to 0.93.0 #732

Merged
merged 1 commit into from Oct 9, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 9, 2020

Bumps rubocop from 0.90.0 to 0.93.0.

Release notes

Sourced from rubocop's releases.

RuboCop 0.93

New features

Bug fixes

  • #8810: Fix multiple offense detection for Style/RaiseArgs. (@pbernays)
  • #8151: Fix a false positive for Lint/BooleanSymbol when used within %i[...]. (@fatkodima)
  • #8809: Fix multiple offense detection for Style/For. (@pbernays)
  • #8801: Fix Layout/SpaceAroundEqualsInParameterDefault only registered once in a line. (@rdunlop)
  • #8514: Correct multiple Style/MethodDefParentheses per file. (@rdunlop)
  • #8825: Fix crash in Style/ExplicitBlockArgument when code is called outside of a method. (@ghiculescu)
  • #8718: Fix undefined methods of pseudo location. (@ybiquitous)
  • #8354: Detect regexp named captures in Style/CaseLikeIf cop. (@dsavochkin)
  • #8821: Fix an incorrect autocorrect for Style/NestedTernaryOperator when using a nested ternary operator expression with no parentheses on the outside. (@koic)
  • #8834: Fix a false positive for Style/ParenthesesAsGroupedExpression when method argument parentheses are omitted and hash argument key is enclosed in parentheses. (@koic)
  • #8830: Fix bad autocorrect of Style/StringConcatenation when string includes double quotes. (@tleish)
  • #8807: Fix a false positive for Style/RedundantCondition when using assignment by hash key access. (@koic)
  • #8848: Fix a false positive for Style/CombinableLoops when using the same method with different arguments. (@dvandersluis)
  • #8843: Fix an incorrect autocorrect for Lint/AmbiguousRegexpLiteral when sending method to regexp literal receiver. (@koic)
  • #8842: Save actual status to cache, except corrected. (@hatkyinc2)
  • #8835: Fix an incorrect autocorrect for Style/RedundantInterpolation when using string interpolation for non-operator methods. (@koic)
  • #7495: Example for Lint/AmbiguousBlockAssociation cop. (@AllanSiqueira)
  • #8855: Fix an error for Layout/EmptyLinesAroundAccessModifier and Style/AccessModifierDeclarations when using only access modifier. (@koic)

Changes

  • #8803: (Breaking) RegexpNode#parsed_tree now processes regexps including interpolation (by blanking the interpolation before parsing, rather than skipping). (@owst)
  • #8625: Improve Style/RedundantRegexpCharacterClass and Style/RedundantRegexpEscape by using regexp_parser gem. (@owst)
  • #8646: Faster find of all files in TargetFinder class which improves initial startup speed. (@tleish)
  • #8102: Consider class length instead of block length for Struct.new. ([@tejasbubane][])
  • #7408: Make Gemspec/RequiredRubyVersion cop aware of Gem::Requirement. ([@tejasbubane][])
Changelog

Sourced from rubocop's changelog.

0.93.0 (2020-10-08)

New features

  • #8796: Add new Lint/HashCompareByIdentity cop. ([@fatkodima][])
  • #8833: Add new Style/ClassEqualityComparison cop. ([@fatkodima][])
  • #8668: Add new Lint/RedundantSafeNavigation cop. ([@fatkodima][])
  • #8842: Add notification about cache being used to debug mode. ([@hatkyinc2][])
  • #8822: Make Style/RedundantBegin aware of begin without rescue or ensure. ([@koic][])

Bug fixes

  • #8810: Fix multiple offense detection for Style/RaiseArgs. ([@pbernays][])
  • #8151: Fix a false positive for Lint/BooleanSymbol when used within %i[...]. ([@fatkodima][])
  • #8809: Fix multiple offense detection for Style/For. ([@pbernays][])
  • #8801: Fix Layout/SpaceAroundEqualsInParameterDefault only registered once in a line. ([@rdunlop][])
  • #8514: Correct multiple Style/MethodDefParentheses per file. ([@rdunlop][])
  • #8825: Fix crash in Style/ExplicitBlockArgument when code is called outside of a method. ([@ghiculescu][])
  • #8718: Fix undefined methods of pseudo location. ([@ybiquitous][])
  • #8354: Detect regexp named captures in Style/CaseLikeIf cop. ([@dsavochkin][])
  • #8821: Fix an incorrect autocorrect for Style/NestedTernaryOperator when using a nested ternary operator expression with no parentheses on the outside. ([@koic][])
  • #8834: Fix a false positive for Style/ParenthesesAsGroupedExpression when method argument parentheses are omitted and hash argument key is enclosed in parentheses. ([@koic][])
  • #8830: Fix bad autocorrect of Style/StringConcatenation when string includes double quotes. ([@tleish][])
  • #8807: Fix a false positive for Style/RedundantCondition when using assignment by hash key access. ([@koic][])
  • #8848: Fix a false positive for Style/CombinableLoops when using the same method with different arguments. ([@dvandersluis][])
  • #8843: Fix an incorrect autocorrect for Lint/AmbiguousRegexpLiteral when sending method to regexp literal receiver. ([@koic][])
  • #8842: Save actual status to cache, except corrected. ([@hatkyinc2][])
  • #8835: Fix an incorrect autocorrect for Style/RedundantInterpolation when using string interpolation for non-operator methods. ([@koic][])
  • #7495: Example for Lint/AmbiguousBlockAssociation cop. ([@AllanSiqueira][])
  • #8855: Fix an error for Layout/EmptyLinesAroundAccessModifier and Style/AccessModifierDeclarations when using only access modifier. ([@koic][])

Changes

  • #8803: (Breaking) RegexpNode#parsed_tree now processes regexps including interpolation (by blanking the interpolation before parsing, rather than skipping). ([@owst][])
  • #8625: Improve Style/RedundantRegexpCharacterClass and Style/RedundantRegexpEscape by using regexp_parser gem. ([@owst][])
  • #8646: Faster find of all files in TargetFinder class which improves initial startup speed. ([@tleish][])
  • #8102: Consider class length instead of block length for Struct.new. ([@tejasbubane][])
  • #7408: Make Gemspec/RequiredRubyVersion cop aware of Gem::Requirement. ([@tejasbubane][])

0.92.0 (2020-09-25)

New features

Bug fixes

  • #8774: Fix a false positive for Layout/ArrayAlignment with parallel assignment. ([@dvandersluis][])
Commits
  • 801d30d Cut 0.93
  • 8f9b913 [Fix #8821] Fix an incorrect autocorrect for Style/NestedTernaryOperator (#...
  • 1a84099 [Fix #8718] Fix undefined methods of pseudo location (#8823)
  • 2f5a210 Keep all specs in dot_position_spec
  • 0efca36 Fix Cop/LayoutPosition autocorrect
  • f123d7c Add tests for Layout/DotPosition cop
  • 53c27fc [Fix #8834] Fix a false positive for Style/ParenthesesAsGroupedExpression (...
  • 01cd876 Add new Style/ClassEqualityComparison cop
  • ffeb697 Merge pull request #8861 from koic/fix_an_example_for_format_string_token
  • e563130 Merge pull request #8856 from koic/fix_an_error_for_two_cops
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview
Copy link
Contributor Author

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.88.0 to 0.93.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.88.0...v0.93.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/rubocop-0.93.0 branch from 1218eec to 84a5b96 Compare October 9, 2020 10:53
@deivid-rodriguez deivid-rodriguez changed the title Bump rubocop from 0.88.0 to 0.93.0 Bump rubocop from 0.90.0 to 0.93.0 Oct 9, 2020
@deivid-rodriguez deivid-rodriguez merged commit 8299dbf into master Oct 9, 2020
@deivid-rodriguez deivid-rodriguez deleted the dependabot/bundler/rubocop-0.93.0 branch October 9, 2020 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant