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.59.2
> ### Bug fixes
>
> * [#6266](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6266): Fix a false positive for `Rails/HasManyOrHasOneDependent` when using associations of Active Resource. ([[**tejasbubane**](https://github.com/tejasbubane)][], [[**koic**](https://github.com/koic)][])
> * [#6296](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6296): Fix an auto-correct error for `Style/For` when setting `EnforcedStyle: each` and `for` dose not have `do` or semicolon. ([[**autopp**](https://github.com/autopp)][])
> * [#6300](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6300): Fix a false positive for `Layout/EmptyLineAfterGuardClause` when guard clause including heredoc. ([[**koic**](https://github.com/koic)][])
> * [#6287](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6287): Fix `AllowURI` option for `Metrics/LineLength` cop with disabled `Layut/Tab` cop. ([[**AlexWayfer**](https://github.com/AlexWayfer)][])
> * [#5338](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/5338): Move checking of class- and module defining blocks from `Metrics/BlockLength` into the respective length cops. ([[**drenmi**](https://github.com/drenmi)][])
> * [#2841](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/2841): Fix `Style/ZeroLengthPredicate` false positives when inspecting `Tempfile`, `StringIO`, and `File::Stat` objects. ([[**drenmi**](https://github.com/drenmi)][])
> * [#6305](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6305): Fix infinite loop for `Layout/EmptyLinesAroundAccessModifier` and `Layout/EmptyLinesAroundAccessModifier` when specifying a superclass that breaks the line. ([[**koic**](https://github.com/koic)][])
> * [#6007](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6007): Fix false positive in `Style/IfUnlessModifier` when using named capture. ([[**drenmi**](https://github.com/drenmi)][])
> * [#6311](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6311): Prevent `Style/Semicolon` from breaking on single line if-then-else in assignment. ([[**drenmi**](https://github.com/drenmi)][])
> * [#6315](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6315): Fix an error for `Rails/HasManyOrHasOneDependent` when an Active Record model does not have any relations. ([[**koic**](https://github.com/koic)][])
> * [#6316](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6316): Fix an auto-correct error for `Style/For` when setting `EnforcedStyle: each` with range provided to the `for` loop without a `do` keyword or semicolon and without enclosing parenthesis. ([[**lukasz-wojcik**](https://github.com/lukasz-wojcik)][])
>
> ### Changes
>
> * [#6286](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6286): Allow exclusion of certain methods for `Metrics/MethodLength`. ([[**akanoi**](https://github.com/akanoi)][])
>
> [[**tejasbubane**](https://github.com/tejasbubane)]: https://github.com/tejasbubane
> [[**koic**](https://github.com/koic)]: https://github.com/koic
> [[**autopp**](https://github.com/autopp)]: https://github.com/autopp
> [[**AlexWayfer**](https://github.com/AlexWayfer)]: https://github.com/AlexWayfer
> [[**drenmi**](https://github.com/drenmi)]: https://github.com/drenmi
> [[**lukasz-wojcik**](https://github.com/lukasz-wojcik)]: https://github.com/lukasz-wojcik
> [[**akanoi**](https://github.com/akanoi)]: https://github.com/akanoi
Changelog
*Sourced from [rubocop's changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md).*
> ## 0.59.2 (2018-09-24)
>
> ### Bug fixes
>
> * [#6266](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6266): Fix a false positive for `Rails/HasManyOrHasOneDependent` when using associations of Active Resource. ([[**tejasbubane**](https://github.com/tejasbubane)][], [[**koic**](https://github.com/koic)][])
> * [#6296](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6296): Fix an auto-correct error for `Style/For` when setting `EnforcedStyle: each` and `for` dose not have `do` or semicolon. ([[**autopp**](https://github.com/autopp)][])
> * [#6300](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6300): Fix a false positive for `Layout/EmptyLineAfterGuardClause` when guard clause including heredoc. ([[**koic**](https://github.com/koic)][])
> * [#6287](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6287): Fix `AllowURI` option for `Metrics/LineLength` cop with disabled `Layut/Tab` cop. ([[**AlexWayfer**](https://github.com/AlexWayfer)][])
> * [#5338](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/5338): Move checking of class- and module defining blocks from `Metrics/BlockLength` into the respective length cops. ([[**drenmi**](https://github.com/drenmi)][])
> * [#2841](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/2841): Fix `Style/ZeroLengthPredicate` false positives when inspecting `Tempfile`, `StringIO`, and `File::Stat` objects. ([[**drenmi**](https://github.com/drenmi)][])
> * [#6305](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6305): Fix infinite loop for `Layout/EmptyLinesAroundAccessModifier` and `Layout/EmptyLinesAroundAccessModifier` when specifying a superclass that breaks the line. ([[**koic**](https://github.com/koic)][])
> * [#6007](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6007): Fix false positive in `Style/IfUnlessModifier` when using named capture. ([[**drenmi**](https://github.com/drenmi)][])
> * [#6311](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6311): Prevent `Style/Semicolon` from breaking on single line if-then-else in assignment. ([[**drenmi**](https://github.com/drenmi)][])
> * [#6315](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6315): Fix an error for `Rails/HasManyOrHasOneDependent` when an Active Record model does not have any relations. ([[**koic**](https://github.com/koic)][])
> * [#6316](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6316): Fix an auto-correct error for `Style/For` when setting `EnforcedStyle: each` with range provided to the `for` loop without a `do` keyword or semicolon and without enclosing parenthesis. ([[**lukasz-wojcik**](https://github.com/lukasz-wojcik)][])
>
> ### Changes
>
> * [#6286](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6286): Allow exclusion of certain methods for `Metrics/MethodLength`. ([[**akanoi**](https://github.com/akanoi)][])
>
> ## 0.59.1 (2018-09-15)
>
> ### Bug fixes
>
> * [#6267](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6267): Fix undefined method 'method_name' for `Rails/FindEach`. ([[**Knack**](https://github.com/Knack)][])
> * [#6278](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6278): Fix false positive for `Naming/FileName` when investigating gemspecs. ([[**kddeisz**](https://github.com/kddeisz)][])
> * [#6256](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6256): Fix false positive for `Naming/FileName` when investigating dotfiles. ([[**sinsoku**](https://github.com/sinsoku)][])
> * [#6242](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6242): Fix `Style/EmptyCaseCondition` auto-correction removes comment between `case` and first `when`. ([[**koic**](https://github.com/koic)][])
> * [#6261](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6261): Fix undefined method error for `Style/RedundantBegin` when calling `super` with a block. ([[**eitoball**](https://github.com/eitoball)][])
> * [#6263](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6263): Fix an error `Layout/EmptyLineAfterGuardClause` when guard clause is after heredoc including string interpolation. ([[**koic**](https://github.com/koic)][])
> * [#6281](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6281): Fix false negative in `Style/MultilineMethodSignature`. ([[**drenmi**](https://github.com/drenmi)][])
> * [#6264](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6264): Fix an incorrect autocorrect for `Layout/EmptyLineAfterGuardClause` cop when `if` condition is after heredoc. ([[**koic**](https://github.com/koic)][])
>
> ### Changes
>
> * [#6272](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6272): Make `Lint/UnreachableCode` detect `exit`, `exit!` and `abort`. ([[**hoshinotsuyoshi**](https://github.com/hoshinotsuyoshi)][])
> * [#6295](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6295): Exclude `#===` from `Naming/BinaryOperatorParameterName`. ([[**zverok**](https://github.com/zverok)][])
> * Add `+` to allowed file names of `Naming/FileName`. ([[**yensaki**](https://github.com/yensaki)][])
> * [#5303](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5303): Extract `PercentLiteralCorrector` class from `PercentLiteral` mixin. ([[**ryanhageman**](https://github.com/ryanhageman)][])
>
> ## 0.59.0 (2018-09-09)
>
> ### New features
>
> * [#6109](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6109): Add new `Bundler/GemComment` cop. ([[**sunny**](https://github.com/sunny)][])
> * [#6148](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6148): Add `IgnoredMethods` option to `Style/NumericPredicate` cop. ([[**AlexWayfer**](https://github.com/AlexWayfer)][])
> * [#6174](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6174): Add `--display-only-fail-level-offenses` to only output offenses at or above the fail level. ([[**robotdana**](https://github.com/robotdana)][])
> * Add autocorrect to `Style/For`. ([[**rrosenblum**](https://github.com/rrosenblum)][])
> * [#6173](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6173): Add `AllowImplicitReturn` option to `Rails/SaveBang` cop. ([[**robotdana**](https://github.com/robotdana)][])
> * [#6218](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6218): Add `comparison` style to `Style/NilComparison`. ([[**khiav223577**](https://github.com/khiav223577)][])
> ... (truncated)
Commits
- See full diff in [compare view](https://github.com/rubocop-hq/rubocop/commits/v0.59.2)
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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@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 use this milestone` will set the current milestone 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.
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.59.2 > ### Bug fixes > > * [#6266](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6266): Fix a false positive for `Rails/HasManyOrHasOneDependent` when using associations of Active Resource. ([[**tejasbubane**](https://github.com/tejasbubane)][], [[**koic**](https://github.com/koic)][]) > * [#6296](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6296): Fix an auto-correct error for `Style/For` when setting `EnforcedStyle: each` and `for` dose not have `do` or semicolon. ([[**autopp**](https://github.com/autopp)][]) > * [#6300](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6300): Fix a false positive for `Layout/EmptyLineAfterGuardClause` when guard clause including heredoc. ([[**koic**](https://github.com/koic)][]) > * [#6287](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6287): Fix `AllowURI` option for `Metrics/LineLength` cop with disabled `Layut/Tab` cop. ([[**AlexWayfer**](https://github.com/AlexWayfer)][]) > * [#5338](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/5338): Move checking of class- and module defining blocks from `Metrics/BlockLength` into the respective length cops. ([[**drenmi**](https://github.com/drenmi)][]) > * [#2841](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/2841): Fix `Style/ZeroLengthPredicate` false positives when inspecting `Tempfile`, `StringIO`, and `File::Stat` objects. ([[**drenmi**](https://github.com/drenmi)][]) > * [#6305](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6305): Fix infinite loop for `Layout/EmptyLinesAroundAccessModifier` and `Layout/EmptyLinesAroundAccessModifier` when specifying a superclass that breaks the line. ([[**koic**](https://github.com/koic)][]) > * [#6007](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6007): Fix false positive in `Style/IfUnlessModifier` when using named capture. ([[**drenmi**](https://github.com/drenmi)][]) > * [#6311](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6311): Prevent `Style/Semicolon` from breaking on single line if-then-else in assignment. ([[**drenmi**](https://github.com/drenmi)][]) > * [#6315](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6315): Fix an error for `Rails/HasManyOrHasOneDependent` when an Active Record model does not have any relations. ([[**koic**](https://github.com/koic)][]) > * [#6316](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6316): Fix an auto-correct error for `Style/For` when setting `EnforcedStyle: each` with range provided to the `for` loop without a `do` keyword or semicolon and without enclosing parenthesis. ([[**lukasz-wojcik**](https://github.com/lukasz-wojcik)][]) > > ### Changes > > * [#6286](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6286): Allow exclusion of certain methods for `Metrics/MethodLength`. ([[**akanoi**](https://github.com/akanoi)][]) > > [[**tejasbubane**](https://github.com/tejasbubane)]: https://github.com/tejasbubane > [[**koic**](https://github.com/koic)]: https://github.com/koic > [[**autopp**](https://github.com/autopp)]: https://github.com/autopp > [[**AlexWayfer**](https://github.com/AlexWayfer)]: https://github.com/AlexWayfer > [[**drenmi**](https://github.com/drenmi)]: https://github.com/drenmi > [[**lukasz-wojcik**](https://github.com/lukasz-wojcik)]: https://github.com/lukasz-wojcik > [[**akanoi**](https://github.com/akanoi)]: https://github.com/akanoiChangelog
*Sourced from [rubocop's changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md).* > ## 0.59.2 (2018-09-24) > > ### Bug fixes > > * [#6266](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6266): Fix a false positive for `Rails/HasManyOrHasOneDependent` when using associations of Active Resource. ([[**tejasbubane**](https://github.com/tejasbubane)][], [[**koic**](https://github.com/koic)][]) > * [#6296](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6296): Fix an auto-correct error for `Style/For` when setting `EnforcedStyle: each` and `for` dose not have `do` or semicolon. ([[**autopp**](https://github.com/autopp)][]) > * [#6300](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6300): Fix a false positive for `Layout/EmptyLineAfterGuardClause` when guard clause including heredoc. ([[**koic**](https://github.com/koic)][]) > * [#6287](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6287): Fix `AllowURI` option for `Metrics/LineLength` cop with disabled `Layut/Tab` cop. ([[**AlexWayfer**](https://github.com/AlexWayfer)][]) > * [#5338](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/5338): Move checking of class- and module defining blocks from `Metrics/BlockLength` into the respective length cops. ([[**drenmi**](https://github.com/drenmi)][]) > * [#2841](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/2841): Fix `Style/ZeroLengthPredicate` false positives when inspecting `Tempfile`, `StringIO`, and `File::Stat` objects. ([[**drenmi**](https://github.com/drenmi)][]) > * [#6305](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6305): Fix infinite loop for `Layout/EmptyLinesAroundAccessModifier` and `Layout/EmptyLinesAroundAccessModifier` when specifying a superclass that breaks the line. ([[**koic**](https://github.com/koic)][]) > * [#6007](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6007): Fix false positive in `Style/IfUnlessModifier` when using named capture. ([[**drenmi**](https://github.com/drenmi)][]) > * [#6311](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6311): Prevent `Style/Semicolon` from breaking on single line if-then-else in assignment. ([[**drenmi**](https://github.com/drenmi)][]) > * [#6315](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6315): Fix an error for `Rails/HasManyOrHasOneDependent` when an Active Record model does not have any relations. ([[**koic**](https://github.com/koic)][]) > * [#6316](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6316): Fix an auto-correct error for `Style/For` when setting `EnforcedStyle: each` with range provided to the `for` loop without a `do` keyword or semicolon and without enclosing parenthesis. ([[**lukasz-wojcik**](https://github.com/lukasz-wojcik)][]) > > ### Changes > > * [#6286](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6286): Allow exclusion of certain methods for `Metrics/MethodLength`. ([[**akanoi**](https://github.com/akanoi)][]) > > ## 0.59.1 (2018-09-15) > > ### Bug fixes > > * [#6267](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6267): Fix undefined method 'method_name' for `Rails/FindEach`. ([[**Knack**](https://github.com/Knack)][]) > * [#6278](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6278): Fix false positive for `Naming/FileName` when investigating gemspecs. ([[**kddeisz**](https://github.com/kddeisz)][]) > * [#6256](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6256): Fix false positive for `Naming/FileName` when investigating dotfiles. ([[**sinsoku**](https://github.com/sinsoku)][]) > * [#6242](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6242): Fix `Style/EmptyCaseCondition` auto-correction removes comment between `case` and first `when`. ([[**koic**](https://github.com/koic)][]) > * [#6261](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6261): Fix undefined method error for `Style/RedundantBegin` when calling `super` with a block. ([[**eitoball**](https://github.com/eitoball)][]) > * [#6263](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6263): Fix an error `Layout/EmptyLineAfterGuardClause` when guard clause is after heredoc including string interpolation. ([[**koic**](https://github.com/koic)][]) > * [#6281](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6281): Fix false negative in `Style/MultilineMethodSignature`. ([[**drenmi**](https://github.com/drenmi)][]) > * [#6264](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/6264): Fix an incorrect autocorrect for `Layout/EmptyLineAfterGuardClause` cop when `if` condition is after heredoc. ([[**koic**](https://github.com/koic)][]) > > ### Changes > > * [#6272](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6272): Make `Lint/UnreachableCode` detect `exit`, `exit!` and `abort`. ([[**hoshinotsuyoshi**](https://github.com/hoshinotsuyoshi)][]) > * [#6295](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6295): Exclude `#===` from `Naming/BinaryOperatorParameterName`. ([[**zverok**](https://github.com/zverok)][]) > * Add `+` to allowed file names of `Naming/FileName`. ([[**yensaki**](https://github.com/yensaki)][]) > * [#5303](https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5303): Extract `PercentLiteralCorrector` class from `PercentLiteral` mixin. ([[**ryanhageman**](https://github.com/ryanhageman)][]) > > ## 0.59.0 (2018-09-09) > > ### New features > > * [#6109](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6109): Add new `Bundler/GemComment` cop. ([[**sunny**](https://github.com/sunny)][]) > * [#6148](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6148): Add `IgnoredMethods` option to `Style/NumericPredicate` cop. ([[**AlexWayfer**](https://github.com/AlexWayfer)][]) > * [#6174](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6174): Add `--display-only-fail-level-offenses` to only output offenses at or above the fail level. ([[**robotdana**](https://github.com/robotdana)][]) > * Add autocorrect to `Style/For`. ([[**rrosenblum**](https://github.com/rrosenblum)][]) > * [#6173](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6173): Add `AllowImplicitReturn` option to `Rails/SaveBang` cop. ([[**robotdana**](https://github.com/robotdana)][]) > * [#6218](https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/6218): Add `comparison` style to `Style/NilComparison`. ([[**khiav223577**](https://github.com/khiav223577)][]) > ... (truncated)Commits
- See full diff in [compare view](https://github.com/rubocop-hq/rubocop/commits/v0.59.2)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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@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 use this milestone` will set the current milestone 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.