Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Bump rubocop from 0.49.1 to 0.54.0 #417

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 22, 2018

Bumps rubocop from 0.49.1 to 0.54.0.

Release notes

Sourced from rubocop's releases.

RuboCop 0.54

New features

Bug fixes

  • #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][])
  • #5633: Fix broken --fail-fast. ([mmyoji][])
  • #5630: Fix false positive for Style/FormatStringToken when using placeholder arguments in format method. ([koic][])
  • #5651: Fix NoMethodError when specified config file that does not exist. ([onk][])
  • #5647: Fix encoding method of RuboCop::MagicComment::SimpleComment. ([htwroclau][])
  • #5619: Do not register an offense in Style/InverseMethods when comparing constants with <, >, <=, or >=. If the code is being used to determine class hierarchy, the correction might not be accurate. ([rrosenblum][])
  • #5641: Disable Style/TrivialAccessors auto-correction for def with private. ([pocke][])
  • Fix bug where Style/SafeNavigation does not auto-correct all chained methods resulting in a Lint/SafeNavigationChain offense. ([rrosenblum][])
  • #5436: Allow empty kwrest args in UncommunicativeName cops. ([pocke][])
  • #5674: Fix auto-correction of Layout/EmptyComment when the empty comment appears on the same line as code. ([rrosenblum][])
  • #5679: Fix a false positive for Style/EmptyLineAfterGuardClause when guard clause is before rescue or ensure. ([koic][])
  • #5694: Match Rails versions with multiple digits when reading the TargetRailsVersion from the bundler lock files. ([roberts1000][])
  • #5700: Fix a false positive for Style/EmptyLineAfterGuardClause when guard clause is before else. ([koic][])
  • Fix false positive in Naming/ConstantName when using conditional assignment. ([drenmi][])

Changes

  • #5626: Change Naming/UncommunicativeMethodParamName add to to allowed names in default config. ([unused][])
  • #5640: Warn about user configuration overriding other user configuration only with --debug. ([jonas054][])
  • #5637: Fix error for Layout/SpaceInsideArrayLiteralBrackets when contains an array literal as an argument after a heredoc is started. ([koic][])
  • #5498: Correct IndentHeredoc message for Ruby 2.3 when using <<~ operator with invalid indentation. ([hamada14][])
  • #5610: Use gems.locked or Gemfile.lock to determine the best TargetRubyVersion when it is not specified in the config. ([roberts1000][])
  • #5390: Allow exceptions to Style/InlineComment for inline comments which enable or disable rubocop cops. ([jfelchner][])
  • Add progress bar to offenses formatter. ([drewpterry][])
  • #5498: Correct IndentHeredoc message for Ruby 2.3 when using <<~ operator with invalid indentation. ([hamada14][])

[anthony-robin]: https://github.com/anthony-robin
[bdewater]: https://github.com/bdewater
[jlfaber]: https://github.com/jlfaber
[YukiJikumaru]: https://github.com/YukiJikumaru
[ojab]: https://github.com/ojab
[satyap]: https://github.com/satyap
[pocke]: https://github.com/pocke
[colorbox]: https://github.com/colorbox
[mmyoji]: https://github.com/mmyoji
[koic]: https://github.com/koic
[onk]: https://github.com/onk
... (truncated)

Changelog

Sourced from rubocop's changelog.

0.54.0 (2018-03-21)

New features

Bug fixes

  • #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][])
  • #5633: Fix broken --fail-fast. ([mmyoji][])
  • #5630: Fix false positive for Style/FormatStringToken when using placeholder arguments in format method. ([koic][])
  • #5651: Fix NoMethodError when specified config file that does not exist. ([onk][])
  • #5647: Fix encoding method of RuboCop::MagicComment::SimpleComment. ([htwroclau][])
  • #5619: Do not register an offense in Style/InverseMethods when comparing constants with <, >, <=, or >=. If the code is being used to determine class hierarchy, the correction might not be accurate. ([rrosenblum][])
  • #5641: Disable Style/TrivialAccessors auto-correction for def with private. ([pocke][])
  • Fix bug where Style/SafeNavigation does not auto-correct all chained methods resulting in a Lint/SafeNavigationChain offense. ([rrosenblum][])
  • #5436: Allow empty kwrest args in UncommunicativeName cops. ([pocke][])
  • #5674: Fix auto-correction of Layout/EmptyComment when the empty comment appears on the same line as code. ([rrosenblum][])
  • #5679: Fix a false positive for Style/EmptyLineAfterGuardClause when guard clause is before rescue or ensure. ([koic][])
  • #5694: Match Rails versions with multiple digits when reading the TargetRailsVersion from the bundler lock files. ([roberts1000][])
  • #5700: Fix a false positive for Style/EmptyLineAfterGuardClause when guard clause is before else. ([koic][])
  • Fix false positive in Naming/ConstantName when using conditional assignment. ([drenmi][])

Changes

  • #5626: Change Naming/UncommunicativeMethodParamName add to to allowed names in default config. ([unused][])
  • #5640: Warn about user configuration overriding other user configuration only with --debug. ([jonas054][])
  • #5637: Fix error for Layout/SpaceInsideArrayLiteralBrackets when contains an array literal as an argument after a heredoc is started. ([koic][])
  • #5498: Correct IndentHeredoc message for Ruby 2.3 when using <<~ operator with invalid indentation. ([hamada14][])
  • #5610: Use gems.locked or Gemfile.lock to determine the best TargetRubyVersion when it is not specified in the config. ([roberts1000][])
  • #5390: Allow exceptions to Style/InlineComment for inline comments which enable or disable rubocop cops. ([jfelchner][])
  • Add progress bar to offenses formatter. ([drewpterry][])
  • #5498: Correct IndentHeredoc message for Ruby 2.3 when using <<~ operator with invalid indentation. ([hamada14][])

0.53.0 (2018-03-05)

New features

Commits
  • 3323d94 Cut 0.54
  • 3934b2c Improve a bit the changelog markup
  • ee53ffd Remove unnecessary condition in rubocop.gemspec
  • 0a20cb9 Fix false positive for Style/EmptyLineAfterGuardClause (#5700)
  • 8a1f595 Prevent false positive in Naming/ConstantName when using conditional assignment
  • f78a4e0 Add 'Style/UnpackFirst' cop
  • 902491c [Fix #5694] Match Rails versions with multiple digits
  • 862a594 [#5390] Allow exceptions to Style/InlineComment for RuboCop comments (#5697)
  • 3f81a25 Add progress bar to offense formatter (#5675)
  • f7f2104 Fix build error in project_spec.rb
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 with 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.

Bumps [rubocop](https://github.com/bbatsov/rubocop) from 0.49.1 to 0.54.0.
- [Release notes](https://github.com/bbatsov/rubocop/releases)
- [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.49.1...v0.54.0)

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

Superseded by #489.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-0.54.0 branch July 13, 2018 22:24
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.

None yet

1 participant