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.56.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on rubocop to permit the latest version.

Release notes

Sourced from rubocop's releases.

RuboCop 0.56

New features

  • #5848: Add new Performance/InefficientHashSearch cop. ([JacobEvelyn][])
  • #5801: Add new Rails/RefuteMethods cop. ([koic][])
  • #5805: Add new Rails/AssertNot cop. ([composerinteralia][])
  • #4136: Allow more robust Layout/ClosingParenthesisIndentation detection including method chaining. ([jfelchner][])
  • #5699: Add consistent_relative_to_receiver style option to Layout/FirstParameterIndentation. ([jfelchner][])
  • #5821: Support AR::Migration#up_only for Rails/ReversibleMigration cop. ([koic][])
  • #5800: Don't show a stracktrace for invalid command-line params. ([shanecav84][])
  • #5845: Add new Lint/ErbNewArguments cop. ([koic][])
  • #5871: Add new Lint/SplatKeywordArguments cop. ([koic][])
  • #4247: Remove hard-coded file patterns and use only Include, Exclude and the new RubyInterpreters parameters for file selection. ([jonas054][])

Bug fixes

  • Fix bug in Style/EmptyMethod which concatenated the method name and first argument if no method def parentheses are used. ([thomasbrus][])
  • #5819: Fix Rails/SaveBang when using negated if. ([Edouard-chin][])
  • #5286: Fix Lint/SafeNavigationChain not detecting chained operators after block. ([Darhazer][])
  • Fix bug where Lint/SafeNavigationConsistency registers multiple offenses for the same method call. ([rrosenblum][])
  • #5713: Fix Style/CommentAnnotation reporting only the first of multiple consecutive offending lines. ([svendittmer][])
  • #5791: Fix exception in Lint/SafeNavigationConsistency when there is code around the condition. ([rrosenblum][])
  • #5784: Fix a false positive for Rails/HasManyOrHasOneDependent when using nested with_options. ([koic][])
  • #4666: --stdin always treats input as Ruby source irregardless of filename. ([PointlessOne][])
  • Fix auto-correction for Style/MethodCallWithArgsParentheses adding extra parentheses if the method argument was already parenthesized. ([dvandersluis][])
  • #5668: Fix an issue where files with unknown extensions, listed in AllCops/Include were not inspected when passing the file name as an option. ([drenmi][])
  • #5809: Fix exception Lint/PercentStringArray and Lint/PercentSymbolArray when the inspected file is binary encoded. ([akhramov][])
  • #5840: Do not register an offense for methods that nil responds to in Lint/SafeNavigationConsistency. ([rrosenblum][])
  • #5862: Fix an incorrect auto-correct for Lint/LiteralInInterpolation if contains numbers. ([koic][])
  • #5868: Fix Rails/CreateTableWithTimestamps when using hash options. ([wata727][])
  • #5708: Fix exception in Lint/UnneededCopEnableDirective for instruction '# rubocop:enable all'. ([balbesina][])
  • Fix auto-correction of Rails/HttpPositionalArgumnets to use session instead of header. ([rrosenblum][])

Changes

  • Split Style/MethodMissing into two cops, Style/MethodMissingSuper and Style/MissingRespondToMissing. ([rrosenblum][])
  • #5757: Add AllowInMultilineConditions option to Style/ParenthesesAroundCondition cop. ([Darhazer][])
  • #5806: Fix Layout/SpaceInsideReferenceBrackets when assigning a reference bracket to a reference bracket. ([joshuapinter][])
  • #5082: Allow caching together with --auto-correct. ([jonas054][])
  • Add try! to the list of whitelisted methods for Lint/SafeNavigationChain and Style/SafeNavigation. ([rrosenblum][])
  • #5886: Move Style/EmptyLineAfterGuardClause cop to Layout department. ([koic][])

[JacobEvelyn]: https://github.com/JacobEvelyn
[koic]: https://github.com/koic
[composerinteralia]: https://github.com/composerinteralia
[jfelchner]: https://github.com/jfelchner
[shanecav84]: https://github.com/shanecav84
[jonas054]: https://github.com/jonas054
[thomasbrus]: https://github.com/thomasbrus
[Edouard-chin]: https://github.com/Edouard-chin

... (truncated)
Changelog

Sourced from rubocop's changelog.

0.56.0 (2018-05-14)

New features

  • #5848: Add new Performance/InefficientHashSearch cop. ([JacobEvelyn][])
  • #5801: Add new Rails/RefuteMethods cop. ([koic][])
  • #5805: Add new Rails/AssertNot cop. ([composerinteralia][])
  • #4136: Allow more robust Layout/ClosingParenthesisIndentation detection including method chaining. ([jfelchner][])
  • #5699: Add consistent_relative_to_receiver style option to Layout/FirstParameterIndentation. ([jfelchner][])
  • #5821: Support AR::Migration#up_only for Rails/ReversibleMigration cop. ([koic][])
  • #5800: Don't show a stracktrace for invalid command-line params. ([shanecav84][])
  • #5845: Add new Lint/ErbNewArguments cop. ([koic][])
  • #5871: Add new Lint/SplatKeywordArguments cop. ([koic][])
  • #4247: Remove hard-coded file patterns and use only Include, Exclude and the new RubyInterpreters parameters for file selection. ([jonas054][])

Bug fixes

  • Fix bug in Style/EmptyMethod which concatenated the method name and first argument if no method def parentheses are used. ([thomasbrus][])
  • #5819: Fix Rails/SaveBang when using negated if. ([Edouard-chin][])
  • #5286: Fix Lint/SafeNavigationChain not detecting chained operators after block. ([Darhazer][])
  • Fix bug where Lint/SafeNavigationConsistency registers multiple offenses for the same method call. ([rrosenblum][])
  • #5713: Fix Style/CommentAnnotation reporting only the first of multiple consecutive offending lines. ([svendittmer][])
  • #5791: Fix exception in Lint/SafeNavigationConsistency when there is code around the condition. ([rrosenblum][])
  • #5784: Fix a false positive for Rails/HasManyOrHasOneDependent when using nested with_options. ([koic][])
  • #4666: --stdin always treats input as Ruby source irregardless of filename. ([PointlessOne][])
  • Fix auto-correction for Style/MethodCallWithArgsParentheses adding extra parentheses if the method argument was already parenthesized. ([dvandersluis][])
  • #5668: Fix an issue where files with unknown extensions, listed in AllCops/Include were not inspected when passing the file name as an option. ([drenmi][])
  • #5809: Fix exception Lint/PercentStringArray and Lint/PercentSymbolArray when the inspected file is binary encoded. ([akhramov][])
  • #5840: Do not register an offense for methods that nil responds to in Lint/SafeNavigationConsistency. ([rrosenblum][])
  • #5862: Fix an incorrect auto-correct for Lint/LiteralInInterpolation if contains numbers. ([koic][])
  • #5868: Fix Rails/CreateTableWithTimestamps when using hash options. ([wata727][])
  • #5708: Fix exception in Lint/UnneededCopEnableDirective for instruction '# rubocop:enable all'. ([balbesina][])
  • Fix auto-correction of Rails/HttpPositionalArgumnets to use session instead of header. ([rrosenblum][])

Changes

  • Split Style/MethodMissing into two cops, Style/MethodMissingSuper and Style/MissingRespondToMissing. ([rrosenblum][])
  • #5757: Add AllowInMultilineConditions option to Style/ParenthesesAroundCondition cop. ([Darhazer][])
  • #5806: Fix Layout/SpaceInsideReferenceBrackets when assigning a reference bracket to a reference bracket. ([joshuapinter][])
  • #5082: Allow caching together with --auto-correct. ([jonas054][])
  • Add try! to the list of whitelisted methods for Lint/SafeNavigationChain and Style/SafeNavigation. ([rrosenblum][])
  • #5886: Move Style/EmptyLineAfterGuardClause cop to Layout department. ([koic][])

0.55.0 (2018-04-16)

New features

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


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

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