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

Update rubocop requirement to ~> 0.55.0 #26

Merged
merged 1 commit into from
Apr 28, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 16, 2018

Updates the requirements on rubocop to permit the latest version.

Release notes

Sourced from rubocop's releases.

RuboCop 0.55

New features

Bug fixes

  • #5759: Fix Performance/RegexpMatch cop not correcting negated match operator. ([bdewater][])
  • #5726: Fix false positive for :class_name option in Rails/InverseOf cop. ([bdewater][])
  • #5686: Fix a regression for Style/SymbolArray and Style/WordArray for multiline Arrays. ([istateside][])
  • #5730: Stop Rails/InverseOf cop allowing inverse_of: nil to opt-out. ([bdewater][])
  • #5561: Fix Lint/ShadowedArgument false positive with shorthand assignments. ([akhramov][])
  • #5403: Fix Naming/HeredocDelimiterNaming blacklist patterns. ([mcfisch][])
  • #4298: Fix auto-correction of Performance/RegexpMatch to produce code that safe guards against the receiver being nil. ([rrosenblum][])
  • #5738: Make Rails/HttpStatus ignoring hash order to fix false negative. ([pocke][])
  • #5720: Fix false positive for Style/EmptyLineAfterGuardClause when guard clause is after heredoc. ([koic][])
  • #5760: Fix incorrect offense location for Style/EmptyLineAfterGuardClause when guard clause is after heredoc argument. ([koic][])
  • #5764: Fix Style/Unpackfirst false positive of unpack('h*').take(1). ([parkerfinch][])
  • #5766: Update Style/FrozenStringLiteralComment auto-correction to insert a new line between the comment and the code. ([rrosenblum][])
  • #5551: Fix Lint/Void not detecting void context in blocks with single expression. ([Darhazer][])

Changes

  • #5752: Add String#delete_{prefix,suffix} to Lint/Void cop. ([bdewater][])
  • #5734: Add by, on, in and at to allowed names of Naming/UncommunicativeMethodParamName cop in default config. ([AlexWayfer][])
  • #5666: Add spaces as an EnforcedStyle option to Layout/SpaceInsideParens, allowing you to enforce spaces inside of parentheses. ([joshuapinter][])
  • #4257: Allow specifying module name in Metrics/BlockLength's ExcludedMethods configuration option. ([akhramov][])
  • #4753: Add IgnoredMethods option to Style/MethodCallWithoutArgsParentheses cop. ([Darhazer][])
  • #4517: Add option to allow trailing whitespaces inside heredoc strings. ([Darhazer][])
  • #5652: Make Style/OptionHash aware of implicit parameter passing to super. ([Wei-LiangChew][])
  • #5451: When using --auto-gen-config, do not ouput offenses unless the --output-offenses flag is also passed. ([drewpterry][])

[parkerfinch]: https://github.com/parkerfinch
[rrosenblum]: https://github.com/rrosenblum
[bdewater]: https://github.com/bdewater
[istateside]: https://github.com/istateside
[akhramov]: https://github.com/akhramov
[mcfisch]: https://github.com/mcfisch
[pocke]: https://github.com/pocke
[koic]: https://github.com/koic
[Darhazer]: https://github.com/Darhazer
[AlexWayfer]: https://github.com/AlexWayfer
[joshuapinter]: https://github.com/joshuapinter
[Wei-LiangChew]: https://github.com/Wei-LiangChew
[drewpterry]: https://github.com/drewpterry

Changelog

Sourced from rubocop's changelog.

0.55.0 (2018-04-16)

New features

Bug fixes

  • #5759: Fix Performance/RegexpMatch cop not correcting negated match operator. ([bdewater][])
  • #5726: Fix false positive for :class_name option in Rails/InverseOf cop. ([bdewater][])
  • #5686: Fix a regression for Style/SymbolArray and Style/WordArray for multiline Arrays. ([istateside][])
  • #5730: Stop Rails/InverseOf cop allowing inverse_of: nil to opt-out. ([bdewater][])
  • #5561: Fix Lint/ShadowedArgument false positive with shorthand assignments. ([akhramov][])
  • #5403: Fix Naming/HeredocDelimiterNaming blacklist patterns. ([mcfisch][])
  • #4298: Fix auto-correction of Performance/RegexpMatch to produce code that safe guards against the receiver being nil. ([rrosenblum][])
  • #5738: Make Rails/HttpStatus ignoring hash order to fix false negative. ([pocke][])
  • #5720: Fix false positive for Style/EmptyLineAfterGuardClause when guard clause is after heredoc. ([koic][])
  • #5760: Fix incorrect offense location for Style/EmptyLineAfterGuardClause when guard clause is after heredoc argument. ([koic][])
  • #5764: Fix Style/Unpackfirst false positive of unpack('h*').take(1). ([parkerfinch][])
  • #5766: Update Style/FrozenStringLiteralComment auto-correction to insert a new line between the comment and the code. ([rrosenblum][])
  • #5551: Fix Lint/Void not detecting void context in blocks with single expression. ([Darhazer][])

Changes

  • #5752: Add String#delete_{prefix,suffix} to Lint/Void cop. ([bdewater][])
  • #5734: Add by, on, in and at to allowed names of Naming/UncommunicativeMethodParamName cop in default config. ([AlexWayfer][])
  • #5666: Add spaces as an EnforcedStyle option to Layout/SpaceInsideParens, allowing you to enforce spaces inside of parentheses. ([joshuapinter][])
  • #4257: Allow specifying module name in Metrics/BlockLength's ExcludedMethods configuration option. ([akhramov][])
  • #4753: Add IgnoredMethods option to Style/MethodCallWithoutArgsParentheses cop. ([Darhazer][])
  • #4517: Add option to allow trailing whitespaces inside heredoc strings. ([Darhazer][])
  • #5652: Make Style/OptionHash aware of implicit parameter passing to super. ([Wei-LiangChew][])
  • #5451: When using --auto-gen-config, do not ouput offenses unless the --output-offenses flag is also passed. ([drewpterry][])

0.54.0 (2018-03-21)

New features

Bug fixes

  • #5744: Teach Performance/StartWith and EndWith cops to look for Regexp#match?. ([bdewater][])
  • #5683: Fix message for Naming/UncommunicativeXParamName cops. ([jlfaber][])
  • #5680: Fix Layout/ElseAlignment for rescue/else/ensure inside do/end blocks. ([YukiJikumaru][])
  • #5642: Fix Style/Documentation :nodoc: for compact-style nested modules/classes. ([ojab][])
  • #5648: Suggest valid memoized instance variable for predicate method. ([satyap][])
  • #5670: Suggest valid memoized instance variable for bang method. ([pocke][])
  • #5623: Fix Bundler/OrderedGems when a group includes duplicate gems. ([colorbox][])
... (truncated)
Commits

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 ignore this [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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/rubocop-tw-0.55.0 branch from 31cd440 to 324b8fb Compare April 28, 2018 19:18
@coreyja coreyja merged commit a679cea into master Apr 28, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-tw-0.55.0 branch April 28, 2018 19:20
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.

2 participants