Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Bump rubocop from 0.51.0 to 0.55.0 #38

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps rubocop from 0.51.0 to 0.55.0.

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

RuboCop 0.54

New features

... (truncated)
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
  • 2869886 Cut 0.55
  • 3c6c02a Fix the changelog
  • 9645bea [Fix #5451] When using --auto-gen-config, do not ouput offenses (#5727)
  • ec3bdbf Add new cop Performance/UnneededSort (#5753)
  • 482442e New cop Lint/SafeNavigationConsistency
  • 9b77265 Kill a redundant blank line
  • 06cc4d8 [Fix #4517] Add AllowInHeredoc option to TrailingWhitespace cop (#5777)
  • c44dc83 Address some small problems in SpaceInsideParens
  • c6efac6 Add spaces as EnforcedStyle to SpaceInsideParens (#5672)
  • ed013be [Fix #5601] Improve the description of Style/ClassVars
  • 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 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
Copy link
Contributor Author

Superseded by #41.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-0.55.0 branch May 15, 2018 02:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant