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

Bump rubocop from 0.52.1 to 0.57.1 #206

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Jun 7, 2018

Bumps rubocop from 0.52.1 to 0.57.1.

Release notes

Sourced from rubocop's releases.

RuboCop 0.57.1

Bug fixes

  • #5963: Allow Performance/ReverseEach to apply to any receiver. ([dvandersluis][])
  • #5917: Fix erroneous warning for inherit_mode directive. ([jonas054][])
  • #5380: Fix false negative in Layout/IndentationWidth when an access modifier section has an invalid indentation body. ([tatsuyafw][])
  • #5909: Even when a module has no public methods, Layout/IndentationConsistency should still register an offense for private methods. ([jaredbeck][])
  • #5958: Handle empty method body in Rails/BulkChangeTable. ([wata727][])
  • #5954: Make Style/UnneededCondition cop accepts a case of condition and if_branch are same when using elsif branch. ([koic][])

[dvandersluis]: https://github.com/dvandersluis
[jonas054]: https://github.com/jonas054
[tatsuyafw]: https://github.com/tatsuyafw
[jaredbeck]: https://github.com/jaredbeck
[wata727]: https://github.com/wata727
[koic]: https://github.com/koic

RuboCop 0.57

New features

  • #5881: Add new Rails/BulkChangeTable cop. ([wata727][])
  • #5444: Add new Style/AccessModifierDeclarations cop. ([brandonweiss][])
  • #5803: Add new Style/UnneededCondition cop. ([balbesina][])
  • #5406: Add new Layout/ClosingHeredocIndentation cop. ([siggymcfried][])
  • #5823: Add new slashes style to Rails/FilePath since Ruby accepts forward slashes even on Windows. ([sunny][])
  • New cop Layout/LeadingBlankLines checks for empty lines at the beginning of a file. ([rrosenblum][])

Bug fixes

  • #5897: Fix Style/SymbolArray and Style/WordArray not working on arrays of size 1. ([TikiTDO][])
  • #5894: Fix Rails/AssertNot to allow it to have failure message. ([koic][])
  • #5888: Do not register an offense for headers or env keyword arguments in Rails/HttpPositionalArguments. ([rrosenblum][])
  • Fix the indentation of autocorrected closing squiggly heredocs. ([garettarrowood][])
  • #5908: Fix Style/BracesAroundHashParameters auto-correct going past the end of the file when the closing curly brace is on the last line of a file. ([EiNSTeiN-][])
  • Fix a bug where Style/FrozenStringLiteralComment would be added to the second line if the first line is empty. ([rrosenblum][])
  • #5914: Make Layout/SpaceInsideReferenceBrackets aware of no_space when using nested reference brackets. ([koic][])
  • #5799: Fix false positive in Style/MixinGrouping when method named include accepts block. ([Darhazer][])

Changes

  • #5937: Add new --fix-layout/-x command line alias. ([scottmatthewman][])
  • #5887: Remove Lint/SplatKeywordArguments cop. ([koic][])
  • #5761: Add httpdate to accepted Rails/TimeZone methods. ([cupakromer][])
  • #5899: Add xmlschema to accepted Rails/TimeZone methods. ([koic][])
  • #5906: Move REPL command from rake repl task to bin/console command. ([koic][])
  • #5917: Let inherit_mode work for default configuration too. ([jonas054][])
  • #5929: Stop including string extensions from unicode/display_width. ([nroman-stripe][])

[wata727]: https://github.com/wata727
[brandonweiss]: https://github.com/brandonweiss

... (truncated)
Changelog

Sourced from rubocop's changelog.

0.57.1 (2018-06-07)

Bug fixes

  • #5963: Allow Performance/ReverseEach to apply to any receiver. ([dvandersluis][])
  • #5917: Fix erroneous warning for inherit_mode directive. ([jonas054][])
  • #5380: Fix false negative in Layout/IndentationWidth when an access modifier section has an invalid indentation body. ([tatsuyafw][])
  • #5909: Even when a module has no public methods, Layout/IndentationConsistency should still register an offense for private methods. ([jaredbeck][])
  • #5958: Handle empty method body in Rails/BulkChangeTable. ([wata727][])
  • #5954: Make Style/UnneededCondition cop accepts a case of condition and if_branch are same when using elsif branch. ([koic][])

0.57.0 (2018-06-06)

New features

  • #5881: Add new Rails/BulkChangeTable cop. ([wata727][])
  • #5444: Add new Style/AccessModifierDeclarations cop. ([brandonweiss][])
  • #5803: Add new Style/UnneededCondition cop. ([balbesina][])
  • #5406: Add new Layout/ClosingHeredocIndentation cop. ([siggymcfried][])
  • #5823: Add new slashes style to Rails/FilePath since Ruby accepts forward slashes even on Windows. ([sunny][])
  • New cop Layout/LeadingBlankLines checks for empty lines at the beginning of a file. ([rrosenblum][])

Bug fixes

  • #5897: Fix Style/SymbolArray and Style/WordArray not working on arrays of size 1. ([TikiTDO][])
  • #5894: Fix Rails/AssertNot to allow it to have failure message. ([koic][])
  • #5888: Do not register an offense for headers or env keyword arguments in Rails/HttpPositionalArguments. ([rrosenblum][])
  • Fix the indentation of autocorrected closing squiggly heredocs. ([garettarrowood][])
  • #5908: Fix Style/BracesAroundHashParameters auto-correct going past the end of the file when the closing curly brace is on the last line of a file. ([EiNSTeiN-][])
  • Fix a bug where Style/FrozenStringLiteralComment would be added to the second line if the first line is empty. ([rrosenblum][])
  • #5914: Make Layout/SpaceInsideReferenceBrackets aware of no_space when using nested reference brackets. ([koic][])
  • #5799: Fix false positive in Style/MixinGrouping when method named include accepts block. ([Darhazer][])

Changes

  • #5937: Add new --fix-layout/-x command line alias. ([scottmatthewman][])
  • #5887: Remove Lint/SplatKeywordArguments cop. ([koic][])
  • #5761: Add httpdate to accepted Rails/TimeZone methods. ([cupakromer][])
  • #5899: Add xmlschema to accepted Rails/TimeZone methods. ([koic][])
  • #5906: Move REPL command from rake repl task to bin/console command. ([koic][])
  • #5917: Let inherit_mode work for default configuration too. ([jonas054][])
  • #5929: Stop including string extensions from unicode/display_width. ([nroman-stripe][])

0.56.0 (2018-05-14)

New features

... (truncated)
Commits

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 [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 (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees 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)
  • 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.

@dependabot-preview
Copy link
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot-preview
Copy link
Author

Superseded by #223.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-0.57.1 branch June 28, 2018 01:11
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.

1 participant