Skip to content

Update rubocop requirement from ~> 0.57.0 to ~> 0.59.2 - #54

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rubocop-tw-0.59.2
Closed

Update rubocop requirement from ~> 0.57.0 to ~> 0.59.2#54
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rubocop-tw-0.59.2

Conversation

@dependabot-preview

Copy link
Copy Markdown

Updates the requirements on rubocop to permit the latest version.

Release notes

Sourced from rubocop's releases.

RuboCop 0.59.2

Bug fixes

  • #6266: Fix a false positive for Rails/HasManyOrHasOneDependent when using associations of Active Resource. ([tejasbubane][], [koic][])
  • #6296: Fix an auto-correct error for Style/For when setting EnforcedStyle: each and for dose not have do or semicolon. ([autopp][])
  • #6300: Fix a false positive for Layout/EmptyLineAfterGuardClause when guard clause including heredoc. ([koic][])
  • #6287: Fix AllowURI option for Metrics/LineLength cop with disabled Layut/Tab cop. ([AlexWayfer][])
  • #5338: Move checking of class- and module defining blocks from Metrics/BlockLength into the respective length cops. ([drenmi][])
  • #2841: Fix Style/ZeroLengthPredicate false positives when inspecting Tempfile, StringIO, and File::Stat objects. ([drenmi][])
  • #6305: Fix infinite loop for Layout/EmptyLinesAroundAccessModifier and Layout/EmptyLinesAroundAccessModifier when specifying a superclass that breaks the line. ([koic][])
  • #6007: Fix false positive in Style/IfUnlessModifier when using named capture. ([drenmi][])
  • #6311: Prevent Style/Semicolon from breaking on single line if-then-else in assignment. ([drenmi][])
  • #6315: Fix an error for Rails/HasManyOrHasOneDependent when an Active Record model does not have any relations. ([koic][])
  • #6316: Fix an auto-correct error for Style/For when setting EnforcedStyle: each with range provided to the for loop without a do keyword or semicolon and without enclosing parenthesis. ([lukasz-wojcik][])

Changes

  • #6286: Allow exclusion of certain methods for Metrics/MethodLength. ([akanoi][])

[tejasbubane]: https://github.com/tejasbubane
[koic]: https://github.com/koic
[autopp]: https://github.com/autopp
[AlexWayfer]: https://github.com/AlexWayfer
[drenmi]: https://github.com/drenmi
[lukasz-wojcik]: https://github.com/lukasz-wojcik
[akanoi]: https://github.com/akanoi

RuboCop 0.59.1

Bug fixes

  • #6267: Fix undefined method 'method_name' for Rails/FindEach. ([Knack][])
  • #6278: Fix false positive for Naming/FileName when investigating gemspecs. ([kddeisz][])
  • #6256: Fix false positive for Naming/FileName when investigating dotfiles. ([sinsoku][])
  • #6242: Fix Style/EmptyCaseCondition auto-correction removes comment between case and first when. ([koic][])
  • #6261: Fix undefined method error for Style/RedundantBegin when calling super with a block. ([eitoball][])
  • #6263: Fix an error Layout/EmptyLineAfterGuardClause when guard clause is after heredoc including string interpolation. ([koic][])
  • #6281: Fix false negative in Style/MultilineMethodSignature. ([drenmi][])
  • #6264: Fix an incorrect autocorrect for Layout/EmptyLineAfterGuardClause cop when if condition is after heredoc. ([koic][])

Changes

  • #6272: Make Lint/UnreachableCode detect exit, exit! and abort. ([hoshinotsuyoshi][])
  • #6295: Exclude #=== from Naming/BinaryOperatorParameterName. ([zverok][])
  • Add + to allowed file names of Naming/FileName. ([yensaki][])

[Knack]: https://github.com/Knack
[kddeisz]: https://github.com/kddeisz
[sinsoku]: https://github.com/sinsoku
[koic]: https://github.com/koic
[eitoball]: https://github.com/eitoball

... (truncated)
Changelog

Sourced from rubocop's changelog.

0.59.2 (2018-09-24)

Bug fixes

  • #6266: Fix a false positive for Rails/HasManyOrHasOneDependent when using associations of Active Resource. ([tejasbubane][], [koic][])
  • #6296: Fix an auto-correct error for Style/For when setting EnforcedStyle: each and for dose not have do or semicolon. ([autopp][])
  • #6300: Fix a false positive for Layout/EmptyLineAfterGuardClause when guard clause including heredoc. ([koic][])
  • #6287: Fix AllowURI option for Metrics/LineLength cop with disabled Layut/Tab cop. ([AlexWayfer][])
  • #5338: Move checking of class- and module defining blocks from Metrics/BlockLength into the respective length cops. ([drenmi][])
  • #2841: Fix Style/ZeroLengthPredicate false positives when inspecting Tempfile, StringIO, and File::Stat objects. ([drenmi][])
  • #6305: Fix infinite loop for Layout/EmptyLinesAroundAccessModifier and Layout/EmptyLinesAroundAccessModifier when specifying a superclass that breaks the line. ([koic][])
  • #6007: Fix false positive in Style/IfUnlessModifier when using named capture. ([drenmi][])
  • #6311: Prevent Style/Semicolon from breaking on single line if-then-else in assignment. ([drenmi][])
  • #6315: Fix an error for Rails/HasManyOrHasOneDependent when an Active Record model does not have any relations. ([koic][])
  • #6316: Fix an auto-correct error for Style/For when setting EnforcedStyle: each with range provided to the for loop without a do keyword or semicolon and without enclosing parenthesis. ([lukasz-wojcik][])

Changes

  • #6286: Allow exclusion of certain methods for Metrics/MethodLength. ([akanoi][])

0.59.1 (2018-09-15)

Bug fixes

  • #6267: Fix undefined method 'method_name' for Rails/FindEach. ([Knack][])
  • #6278: Fix false positive for Naming/FileName when investigating gemspecs. ([kddeisz][])
  • #6256: Fix false positive for Naming/FileName when investigating dotfiles. ([sinsoku][])
  • #6242: Fix Style/EmptyCaseCondition auto-correction removes comment between case and first when. ([koic][])
  • #6261: Fix undefined method error for Style/RedundantBegin when calling super with a block. ([eitoball][])
  • #6263: Fix an error Layout/EmptyLineAfterGuardClause when guard clause is after heredoc including string interpolation. ([koic][])
  • #6281: Fix false negative in Style/MultilineMethodSignature. ([drenmi][])
  • #6264: Fix an incorrect autocorrect for Layout/EmptyLineAfterGuardClause cop when if condition is after heredoc. ([koic][])

Changes

  • #6272: Make Lint/UnreachableCode detect exit, exit! and abort. ([hoshinotsuyoshi][])
  • #6295: Exclude #=== from Naming/BinaryOperatorParameterName. ([zverok][])
  • Add + to allowed file names of Naming/FileName. ([yensaki][])
  • #5303: Extract PercentLiteralCorrector class from PercentLiteral mixin. ([ryanhageman][])

0.59.0 (2018-09-09)

New features

  • #6109: Add new Bundler/GemComment cop. ([sunny][])
  • #6148: Add IgnoredMethods option to Style/NumericPredicate cop. ([AlexWayfer][])
  • #6174: Add --display-only-fail-level-offenses to only output offenses at or above the fail level. ([robotdana][])
  • Add autocorrect to Style/For. ([rrosenblum][])
  • #6173: Add AllowImplicitReturn option to Rails/SaveBang cop. ([robotdana][])
  • #6218: Add comparison style to Style/NilComparison. ([khiav223577][])
... (truncated)
Commits
  • 4d94114 Cut 0.59.2
  • 58a3005 Fix a changelog entry
  • 9c2de81 Allow to exclude methods from Metrics/MethodLength (#6286)
  • 841cf1c Fix a false negative for Rails/HasManyOrHasOneDependent
  • 40b3abc Remove Travis configuration file
  • afc3aa8 Restyle example formatting for Rails/Delegate
  • f160823 Merge pull request #6320 from lukasz-wojcik/fix-for-style-cop-with-range
  • 54287df [Fix #6316] Fix auto-correct for Style/For cop
  • 882ba5f Update the links to the manual
  • fb6bafc [Fix #6311] Prevent Style/Semicolon from breaking on single line if-then-else...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #55.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/bundler/rubocop-tw-0.59.2 branch October 29, 2018 05:13
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.

1 participant