Skip to content

Bump rubocop from 0.58.1 to 0.58.2 #52

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

Merged
merged 1 commit into from
Jul 24, 2018

Conversation

dependabot-preview[bot]
Copy link

Bumps rubocop from 0.58.1 to 0.58.2.

Release notes

Sourced from rubocop's releases.

RuboCop 0.58.2

Changes

New features

  • #6105: Support {a,b} file name globs in Exclude and Include config. ([mikeyhew][])

  • #6116: Add ip to allowed names of Naming/UncommunicativeMethodParamName cop in default config. ([nijikon][])

Bug fixes

  • #6103: Fix a false positive for Layout/IndentationWidth when multiple modifiers are used in a block and a method call is made at end of the block. ([koic][])
  • #6084: Fix Naming/MemoizedInstanceVariableName cop to allow methods to have leading underscores. ([kenman345][])
  • #6098: Fix an error for Layout/ClassStructure when there is a comment in the macro method to be auto-correct. ([koic][])
  • #6115: Fix a false positive for Lint/OrderedMagicComments when using { encoding: Encoding::SJIS } hash object after frozen_string_literal magic comment. ([koic][])

[mikeyhew]: https://github.com/mikeyhew
[nijikon]: https://github.com/nijikon
[koic]: https://github.com/koic
[kenman345]: https://github.com/kenman345

Changelog

Sourced from rubocop's changelog.

0.58.2 (2018-07-23)

Changes

New features

  • #6105: Support {a,b} file name globs in Exclude and Include config. ([mikeyhew][])

  • #6116: Add ip to allowed names of Naming/UncommunicativeMethodParamName cop in default config. ([nijikon][])

Bug fixes

  • #6103: Fix a false positive for Layout/IndentationWidth when multiple modifiers are used in a block and a method call is made at end of the block. ([koic][])
  • #6084: Fix Naming/MemoizedInstanceVariableName cop to allow methods to have leading underscores. ([kenman345][])
  • #6098: Fix an error for Layout/ClassStructure when there is a comment in the macro method to be auto-correct. ([koic][])
  • #6115: Fix a false positive for Lint/OrderedMagicComments when using { encoding: Encoding::SJIS } hash object after frozen_string_literal magic comment. ([koic][])
Commits
  • 8a5be5f Cut 0.58.2
  • 18a77be Make MagicComment aware of indented Ruby's magic comments
  • 05d9673 [Fix #6115] Fix a false positive for Lint/OrderedMagicComments
  • 58f2f8d Add a favicon to the manual
  • 631352e Merge pull request #6120 from jaredbeck/remove_redundant_ru_default
  • ebf8f98 Remove redundant Include of config.ru in default.yml
  • d714e24 Merge pull request #6118 from pocke/cache-key
  • 6c348b2 Remove pwd from cache key
  • d437a2e [Fix #6105] Support {a,b} glob patterns in PathUtil
  • f4f0c01 Allow ip as method parameter in default config
  • 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 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 reopen will reopen this PR
  • @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 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.

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.58.1 to 0.58.2.
- [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.1...v0.58.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@veganstraightedge veganstraightedge merged commit d072f18 into master Jul 24, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-0.58.2 branch July 24, 2018 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants