Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 17, 2018

Bumps rubocop from 0.58.2 to 0.59.1.

Release notes

Sourced from rubocop's releases.

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
[drenmi]: https://github.com/drenmi
[hoshinotsuyoshi]: https://github.com/hoshinotsuyoshi
[zverok]: https://github.com/zverok
[yensaki]: https://github.com/yensaki

RuboCop 0.59.0

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][])
  • Add new Style/MultilineMethodSignature cop. ([drenmi][])
  • #6234: Add Performance/ChainArrayAllocation cop. ([schneems][])
  • #6136: Add remote url in remote url download error message. ([ShockwaveNN][])
  • #5659: Make Layout/EmptyLinesAroundClassBody aware of specifying a superclass that breaks the line. ([koic][])

Bug fixes

  • #6107: Fix indentation of multiline postfix conditionals. ([jaredbeck][])
  • #6140: Fix Style/DateTime not detecting #to_datetime. It can be configured to allow this. ([bdewater][])
  • #6132: Fix a false negative for Naming/FileName when Include of AllCops is the default setting. ([koic][])
  • #4115: Fix false positive for unary operations in Layout/MultilineOperationIndentation. ([jonas054][])
  • #6127: Fix an error for Layout/ClosingParenthesisIndentation when method arguments are empty with newlines. ([tatsuyafw][])
  • #6152: Fix a false negative for Layout/AccessModifierIndentation when using access modifiers with arguments within nested classes. ([gmalette][])
... (truncated)
Changelog

Sourced from rubocop's changelog.

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][])

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][])
  • Add new Style/MultilineMethodSignature cop. ([drenmi][])
  • #6234: Add Performance/ChainArrayAllocation cop. ([schneems][])
  • #6136: Add remote url in remote url download error message. ([ShockwaveNN][])
  • #5659: Make Layout/EmptyLinesAroundClassBody aware of specifying a superclass that breaks the line. ([koic][])

Bug fixes

  • #6107: Fix indentation of multiline postfix conditionals. ([jaredbeck][])
  • #6140: Fix Style/DateTime not detecting #to_datetime. It can be configured to allow this. ([bdewater][])
  • #6132: Fix a false negative for Naming/FileName when Include of AllCops is the default setting. ([koic][])
  • #4115: Fix false positive for unary operations in Layout/MultilineOperationIndentation. ([jonas054][])
  • #6127: Fix an error for Layout/ClosingParenthesisIndentation when method arguments are empty with newlines. ([tatsuyafw][])
  • #6152: Fix a false negative for Layout/AccessModifierIndentation when using access modifiers with arguments within nested classes. ([gmalette][])
  • #6124: Fix Style/IfUnlessModifier cop for disabled Layout/Tab cop when there is no IndentationWidth config. ([AlexWayfer][])
  • #6133: Fix AllowURI option of Metrics/LineLength cop for files with tabs indentation. ([AlexWayfer][])
  • #6164: Fix incorrect autocorrect for Style/UnneededCondition when using operator method higher precedence than ||. ([koic][])
  • #6138: Fix a false positive for assigning a block local variable in Lint/ShadowedArgument. ([jonas054][])
  • #6022: Fix Layout/MultilineHashBraceLayout and Layout/MultilineArrayBraceLayout auto-correct syntax error when there is a comment on the last element. ([bacchir][])
  • #6175: Fix Style/BracesAroundHashParameters auto-correct syntax error when there is a trailing comma. ([bacchir][])
  • #6192: Make Style/RedundantBegin aware of stabby lambdas. ([drenmi][])
  • #6208: Ignore assignment methods in Naming/PredicateName. ([sunny][])
... (truncated)
Commits
  • 4f940b4 Cut 0.59.1
  • 26b0eb7 Exclude === from BinaryOperatorParameterName
  • 3444f47 Fix an error when executing default rake task with SpecRunner
  • f9001b9 Touch up on the previous commit
  • 6d273ee [Fix #6264] Fix an incorrect autocorrect for Layout/EmptyLineAfterGuardClause
  • 860f7f8 Naming/FileName allows +
  • 7f88924 Tweak a comment
  • ab29251 Extend a bit the documentation for Naming/FileName
  • 80afef2 Tweak a comment
  • f9e6452 [Fix #6265] Handle .gemspec files specially in Naming/FileName
  • 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.

@coveralls
Copy link

coveralls commented Sep 17, 2018

Coverage Status

Coverage remained the same at 78.782% when pulling 6f4b36c on dependabot/bundler/rubocop-0.59.1 into a29376f on master.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/rubocop-0.59.1 branch 2 times, most recently from 847fcdb to f576023 Compare September 18, 2018 10:03
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.58.2 to 0.59.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.58.2...v0.59.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/rubocop-0.59.1 branch from f576023 to 6f4b36c Compare September 18, 2018 11:22
@dependabot-preview
Copy link
Contributor Author

Looks like rubocop is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-0.59.1 branch September 18, 2018 11:36
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.

3 participants