jekyll / Utterson

CI benchmarking suite for Jekyll
MIT License
13 stars 8 forks source link

Update rubocop requirement to ~> 0.58.1 #52

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Updates the requirements on rubocop to permit the latest version.

Release notes *Sourced from [rubocop's releases](https://github.com/rubocop-hq/rubocop/releases).* > ## RuboCop 0.58.1 > ### Bug fixes > > * [#6071](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/6071): Fix auto-correct `Style/MethodCallWithArgsParentheses` when arguments are method calls. ([[**maxh**](https://github.com/maxh)][]) > * Fix `Style/RedundantParentheses` with hash literal as first argument to `super`. ([[**maxh**](https://github.com/maxh)][]) > * [#6086](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/6086): Fix an error for `Gemspec/OrderedDependencies` when using method call to gem names in gemspec. ([[**koic**](https://github.com/koic)][]) > * [#6089](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6089): Make `Rails/BulkChangeTable` aware of variable table name. ([[**wata727**](https://github.com/wata727)][]) > * [#6088](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/6088): Fix an error for `Layout/MultilineAssignmentLayout` cop when using multi-line block defines on separate lines. ([[**koic**](https://github.com/koic)][]) > * [#6092](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6092): Don't use the broken parser 2.5.1.1 version. ([[**bbatsov**](https://github.com/bbatsov)][]) > > [[**maxh**](https://github.com/maxh)]: https://github.com/maxh > [[**koic**](https://github.com/koic)]: https://github.com/koic > [[**wata727**](https://github.com/wata727)]: https://github.com/wata727 > [[**bbatsov**](https://github.com/bbatsov)]: https://github.com/bbatsov
Changelog *Sourced from [rubocop's changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md).* > ## 0.58.1 (2018-07-10) > > ### Bug fixes > > * [#6071](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/6071): Fix auto-correct `Style/MethodCallWithArgsParentheses` when arguments are method calls. ([[**maxh**](https://github.com/maxh)][]) > * Fix `Style/RedundantParentheses` with hash literal as first argument to `super`. ([[**maxh**](https://github.com/maxh)][]) > * [#6086](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/6086): Fix an error for `Gemspec/OrderedDependencies` when using method call to gem names in gemspec. ([[**koic**](https://github.com/koic)][]) > * [#6089](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6089): Make `Rails/BulkChangeTable` aware of variable table name. ([[**wata727**](https://github.com/wata727)][]) > * [#6088](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/6088): Fix an error for `Layout/MultilineAssignmentLayout` cop when using multi-line block defines on separate lines. ([[**koic**](https://github.com/koic)][]) > * [#6092](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6092): Don't use the broken parser 2.5.1.1 version. ([[**bbatsov**](https://github.com/bbatsov)][]) > > ## 0.58.0 (2018-07-07) > > ### New features > > * [#5973](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/5973): Add new `Style/IpAddresses` cop. ([[**dvandersluis**](https://github.com/dvandersluis)][]) > * [#5843](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/5843): Add configuration options to `Naming/MemoizedInstanceVariableName` cop to allow leading underscores. ([[**leklund**](https://github.com/leklund)][]) > * [#5843](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/5843): Add `EnforcedStyleForLeadingUnderscores` to `Naming/MemoizedInstanceVariableName` cop to allow leading underscores. ([[**leklund**](https://github.com/leklund)][]) > * `Performance/Sample` will now register an offense when using `shuffle` followed by `at` or `slice`. ([[**rrosenblum**](https://github.com/rrosenblum)][]) > > ### Bug fixes > > * [#5987](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5987): Suppress errors when using ERB template in Rails/BulkChangeTable. ([[**wata727**](https://github.com/wata727)][]) > * [#4878](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/4878): Fix false positive in `Layout/IndentationWidth` when multiple modifiers and def are on the same line. ([[**tatsuyafw**](https://github.com/tatsuyafw)][]) > * [#5966](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/5966): Fix a false positive for `Layout/ClosingHeredocIndentation` when heredoc content is outdented compared to the closing. ([[**koic**](https://github.com/koic)][]) > * Fix auto-correct support check for custom cops on --auto-gen-config. ([[**r7kamura**](https://github.com/r7kamura)][]) > * Fix exception that occurs when auto-correcting a modifier if statement in `Style/UnneededCondition`. ([[**rrosenblum**](https://github.com/rrosenblum)][]) > * [#6025](https://github-redirect.dependabot.com/bbatsov/rubocop/pull/6025): Fix an incorrect auto-correct for `Lint/UnneededCondition` when using if_branch in `else` branch. ([[**koic**](https://github.com/koic)][]) > * [#6029](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/6029): Fix a false positive for `Lint/ShadowedArgument` when reassigning to splat variable. ([[**koic**](https://github.com/koic)][]) > * [#6035](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6035): Fix error on autocorrection when `Layout/LeadingBlankLines` is the first cop to act. ([[**Vasfed**](https://github.com/Vasfed)][]) > * [#6036](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6036): Make `Rails/BulkChangeTable` aware of string table name. ([[**wata727**](https://github.com/wata727)][]) > * [#5467](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/5467): Fix a false negative for `Style/MultipleComparison` when multiple comparison is not part of a conditional. ([[**koic**](https://github.com/koic)][]) > * [#6042](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6042): Fix `Lint/RedundantWithObject` error on missing parameter to `each_with_object`. ([[**Vasfed**](https://github.com/Vasfed)][]) > * [#6056](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6056): Support string timestamps in `Rails/CreateTableWithTimestamps` cop. ([[**drn**](https://github.com/drn)][]) > * [#6052](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6052): Fix a false positive for `Style/SymbolProc` when using block with adding a comma after the sole argument. ([[**koic**](https://github.com/koic)][]) > * [#2743](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/2743): Support `<<` as a kind of assignment operator in `Layout/EndAlignment`. ([[**jonas054**](https://github.com/jonas054)][]) > * [#6067](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6067): Prevent auto-correct error for `Performance/InefficientHashSearch` when a method by itself and `include?` method are method chaining. ([[**koic**](https://github.com/koic)][]) > > ### Changes > > * [#6006](https://github-redirect.dependabot.com/bbatsov/rubocop/pull/6006): Remove `rake repl` task. ([[**koic**](https://github.com/koic)][]) > * [#5990](https://github-redirect.dependabot.com/bbatsov/rubocop/pull/5990): Drop support for MRI 2.1. ([[**drenmi**](https://github.com/drenmi)][]) > * [#3299](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/3299): `Lint/UselessAccessModifier` now warns when `private_class_method` is used without arguments. ([[**Darhazer**](https://github.com/Darhazer)][]) > * [#6026](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6026): Exclude `refine` by default from `Metrics/BlockLength` cop. ([[**kddeisz**](https://github.com/kddeisz)][]) > * [#4882](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/4882): Use `IndentationWidth` of `Layout/Tab` for other cops. ([[**AlexWayfer**](https://github.com/AlexWayfer)][]) > > ## 0.57.2 (2018-06-12) > > ### Bug fixes > > ... (truncated)
Commits - See full diff in [compare view](https://github.com/rubocop-hq/rubocop/commits/v0.58.1)


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 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 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](https://app.dependabot.com): - 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.
pathawks commented 6 years ago

I would rather merge #48 🤷‍♂️

pathawks commented 6 years ago

@dependabot rebase