Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 4, 2021

Updates the requirements on rubocop to permit the latest version.

Release notes

Sourced from rubocop's releases.

RuboCop 0.81

New features

  • #7299: Add new Lint/RaiseException cop. (@​denys281)
  • #7793: Prefer include? over member? in Style/CollectionMethods. (@​dmolesUC)
  • #7654: Support with_fixed_indentation option for Layout/ArrayAlignment cop. (@​nikitasakov)
  • #7783: Support Ruby 2.7's numbered parameter for Style/RedundantSort. (@​koic)
  • #7795: Make Layout/EmptyLineAfterGuardClause aware of case where and or or is used before keyword that break control (e.g. and return). (@​koic)
  • #7786: Support Ruby 2.7's pattern match for Layout/ElseAlignment cop. (@​koic)
  • #7784: Support Ruby 2.7's numbered parameter for Lint/SafeNavigationChain. (@​koic)
  • #7331: Add forbidden option to Style/ModuleFunction cop. (@​weh)
  • #7699: Add new Lint/StructNewOverride cop. (@​ybiquitous)
  • #7637: Add new Style/TrailingCommaInBlockArgs cop. (@​pawptart)
  • #7809: Add auto-correction for Style/EndBlock cop. ([@​tejasbubane][])
  • #7739: Add IgnoreNotImplementedMethods configuration to Lint/UnusedMethodArgument. ([@​tejasbubane][])
  • #7740: Add AllowModifiersOnSymbols configuration to Style/AccessModifierDeclarations. ([@​tejasbubane][])
  • #7812: Add auto-correction for Lint/BooleanSymbol cop. ([@​tejasbubane][])
  • #7823: Add IgnoredMethods configuration in Metrics/AbcSize, Metrics/CyclomaticComplexity, and Metrics/PerceivedComplexity cops. ([@​drenmi][])
  • #7816: Support Ruby 2.7's numbered parameter for Style/Lambda. (@​koic)
  • #7829: Fix an error for Style/OneLineConditional when one of the branches contains next keyword. (@​koic)

Bug fixes

  • #7236: Mark Style/InverseMethods auto-correct as incompatible with Style/SymbolProc. ([@​drenmi][])
  • #7144: Fix Style/Documentation constant visibility declaration in namespace. ([@​AdrienSldy][])
  • #7779: Fix a false positive for Style/MultilineMethodCallIndentation when using Ruby 2.7's numbered parameter. (@​koic)
  • #7733: Fix rubocop-junit-formatter imcompatibility XML for JUnit formatter. (@​koic)
  • #7767: Skip array literals in Style/HashTransformValues and Style/HashTransformKeys. ([@​tejasbubane][])
  • #7791: Fix an error on auto-correction for Layout/BlockEndNewline when } of multiline block without processing is not on its own line. (@​koic)
  • #7778: Fix a false positive for Layout/EndAlignment when a non-whitespace is used before the end keyword. (@​koic)
  • #7806: Fix an error for Lint/ErbNewArguments cop when inspecting ActionView::Template::Handlers::ERB.new. (@​koic)
  • #7814: Fix a false positive for Migrate/DepartmentName cop when inspecting an unexpected disabled comment format. (@​koic)
  • #7728: Fix an error for Style/OneLineConditional when one of the branches contains a self keyword. (@​koic)
  • #7825: Fix crash for Layout/MultilineMethodCallIndentation with key access to hash. ([@​tejasbubane][])
  • #7831: Fix a false positive for Style/HashEachMethods when receiver is implicit. (@​koic)

Changes

... (truncated)

Changelog

Sourced from rubocop's changelog.

0.81.0 (2020-04-01)

New features

  • #7299: Add new Lint/RaiseException cop. ([@​denys281][])
  • #7793: Prefer include? over member? in Style/CollectionMethods. ([@​dmolesUC][])
  • #7654: Support with_fixed_indentation option for Layout/ArrayAlignment cop. ([@​nikitasakov][])
  • #7783: Support Ruby 2.7's numbered parameter for Style/RedundantSort. ([@​koic][])
  • #7795: Make Layout/EmptyLineAfterGuardClause aware of case where and or or is used before keyword that break control (e.g. and return). ([@​koic][])
  • #7786: Support Ruby 2.7's pattern match for Layout/ElseAlignment cop. ([@​koic][])
  • #7784: Support Ruby 2.7's numbered parameter for Lint/SafeNavigationChain. ([@​koic][])
  • #7331: Add forbidden option to Style/ModuleFunction cop. ([@​weh][])
  • #7699: Add new Lint/StructNewOverride cop. ([@​ybiquitous][])
  • #7637: Add new Style/TrailingCommaInBlockArgs cop. ([@​pawptart][])
  • #7809: Add auto-correction for Style/EndBlock cop. ([@​tejasbubane][])
  • #7739: Add IgnoreNotImplementedMethods configuration to Lint/UnusedMethodArgument. ([@​tejasbubane][])
  • #7740: Add AllowModifiersOnSymbols configuration to Style/AccessModifierDeclarations. ([@​tejasbubane][])
  • #7812: Add auto-correction for Lint/BooleanSymbol cop. ([@​tejasbubane][])
  • #7823: Add IgnoredMethods configuration in Metrics/AbcSize, Metrics/CyclomaticComplexity, and Metrics/PerceivedComplexity cops. ([@​drenmi][])
  • #7816: Support Ruby 2.7's numbered parameter for Style/Lambda. ([@​koic][])
  • #7829: Fix an error for Style/OneLineConditional when one of the branches contains next keyword. ([@​koic][])

Bug fixes

  • #7236: Mark Style/InverseMethods auto-correct as incompatible with Style/SymbolProc. ([@​drenmi][])
  • #7144: Fix Style/Documentation constant visibility declaration in namespace. ([@​AdrienSldy][])
  • #7779: Fix a false positive for Style/MultilineMethodCallIndentation when using Ruby 2.7's numbered parameter. ([@​koic][])
  • #7733: Fix rubocop-junit-formatter imcompatibility XML for JUnit formatter. ([@​koic][])
  • #7767: Skip array literals in Style/HashTransformValues and Style/HashTransformKeys. ([@​tejasbubane][])
  • #7791: Fix an error on auto-correction for Layout/BlockEndNewline when } of multiline block without processing is not on its own line. ([@​koic][])
  • #7778: Fix a false positive for Layout/EndAlignment when a non-whitespace is used before the end keyword. ([@​koic][])
  • #7806: Fix an error for Lint/ErbNewArguments cop when inspecting ActionView::Template::Handlers::ERB.new. ([@​koic][])
  • #7814: Fix a false positive for Migrate/DepartmentName cop when inspecting an unexpected disabled comment format. ([@​koic][])
  • #7728: Fix an error for Style/OneLineConditional when one of the branches contains a self keyword. ([@​koic][])
  • #7825: Fix crash for Layout/MultilineMethodCallIndentation with key access to hash. ([@​tejasbubane][])
  • #7831: Fix a false positive for Style/HashEachMethods when receiver is implicit. ([@​koic][])

Changes

Commits
  • 34e501e Cut 0.81
  • 51de04e Fix Style/NestedParenthesizedCalls docs (#7822)
  • 85f21d9 [Fix #7831] Fix a false positive for Style/HashEachMethods
  • 40b8771 [Fix #7829] Fix an error for Style/OneLineConditional
  • fac6d99 Merge pull request #7828 from tejasbubane/fix-7825
  • 06309e1 [Fix #7825] Fix crash for Layout/MultilineMethodCallIndentation
  • 5d47450 Merge pull request #7729 from koic/fix_an_error_for_style_one_line_conditional
  • 95e75ca Merge pull request #7816 from koic/support_numblock_type
  • 500d0c5 Support Ruby 2.7's numbered parameter for Style/Lambda
  • 3405fe6 Support IgnoredMethod configuration in method complexity 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.


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

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.80.1...v0.81.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 4, 2021

The following labels could not be found: :arrow_up: dependencies.

@dependabot dependabot bot requested a review from olbrich May 4, 2021 01:16
@coveralls
Copy link

Pull Request Test Coverage Report for Build 808596360

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.6%) to 96.949%

Totals Coverage Status
Change from base Build 808594347: -0.6%
Covered Lines: 1303
Relevant Lines: 1344

💛 - Coveralls

@coveralls
Copy link

coveralls commented May 4, 2021

Pull Request Test Coverage Report for Build 808596360

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.515%

Totals Coverage Status
Change from base Build 808594347: 0.0%
Covered Lines: 1334
Relevant Lines: 1368

💛 - Coveralls

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 21, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 21, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@olbrich
Copy link
Owner

olbrich commented Dec 22, 2021

@dependabot rebase

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 22, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@olbrich olbrich closed this Dec 23, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 23, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/bundler/rubocop-0.81.0 branch December 23, 2021 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants