Skip to content

Update rubocop requirement from ~> 0.70.0 to ~> 0.73.0#14

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rubocop-tw-0.73.0
Closed

Update rubocop requirement from ~> 0.70.0 to ~> 0.73.0#14
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rubocop-tw-0.73.0

Conversation

@dependabot-preview
Copy link

Updates the requirements on rubocop to permit the latest version.

Release notes

Sourced from rubocop's releases.

RuboCop 0.73

New features

Bug fixes

  • #7170: Fix a false positive for Layout/RescueEnsureAlignment when def line is preceded with private_class_method. (@​tatsuyafw)
  • #7186: Fix a false positive for Style/MixinUsage when using inside multiline block and if condition is after include. (@​koic)
  • #7099: Fix an error of Layout/RescueEnsureAlignment on assigned blocks. (@​tatsuyafw)
  • #5088: Fix an error of Layout/MultilineMethodCallIndentation on method chains inside an argument. (@​buehmann)
  • #4719: Make Layout/Tab detect tabs between string literals. (@​buehmann)
  • #7203: Fix an infinite loop error for Layout/SpaceInsideBlockBraces when EnforcedStyle: no_space with SpaceBeforeBlockParameters: false are set in multiline block. (@​koic)
  • #6653: Fix a bug where Layout/IndentHeredoc would remove empty lines when autocorrecting heredocs. (@​buehmann)

Changes

Changelog

Sourced from rubocop's changelog.

0.73.0 (2019-07-16)

New features

Bug fixes

  • #7170: Fix a false positive for Layout/RescueEnsureAlignment when def line is preceded with private_class_method. (@​tatsuyafw)
  • #7186: Fix a false positive for Style/MixinUsage when using inside multiline block and if condition is after include. (@​koic)
  • #7099: Fix an error of Layout/RescueEnsureAlignment on assigned blocks. (@​tatsuyafw)
  • #5088: Fix an error of Layout/MultilineMethodCallIndentation on method chains inside an argument. (@​buehmann)
  • #4719: Make Layout/Tab detect tabs between string literals. (@​buehmann)
  • #7203: Fix an infinite loop error for Layout/SpaceInsideBlockBraces when EnforcedStyle: no_space with SpaceBeforeBlockParameters: false are set in multiline block. (@​koic)
  • #6653: Fix a bug where Layout/IndentHeredoc would remove empty lines when autocorrecting heredocs. (@​buehmann)

Changes

0.72.0 (2019-06-25)

New features

  • #7137: Add new Gemspec/RubyVersionGlobalsUsage cop. ([@​malyshkosergey][])
  • #7150: Add AllowIfModifier option to Style/IfInsideElse cop. (@​koic)
  • #7153: Add new cop Style/FloatDivision that checks coercion. ([@​tejasbubane][])

Bug fixes

  • #7121: Fix Style/TernaryParentheses cop to allow safe navigation operator without parentheses. ([@​timon][])
  • #7063: Fix autocorrect in Style/TernaryParentheses cop. ([@​parkerfinch][])
  • #7106: Fix an error for Lint/NumberConversion when #to_i called on a variable on a hash. (@​koic)
  • #7107: Fix parentheses offence for numeric arguments with an operator in Style/MethodCallWithArgsParentheses. ([@​gsamokovarov][])
  • #7119: Fix cache with non UTF-8 offense message. (@​pocke)
  • #7118: Fix Style/WordArray with encoding: binary magic comment and non-ASCII string. (@​pocke)
  • #7159: Fix an error for Lint/DuplicatedKey when using endless range. (@​koic)
  • #7151: Fix Style/WordArray to also consider words containing hyphens. ([@​fwitzke][])
  • #6893: Handle implicit rescue correctly in Naming/RescuedExceptionsVariableName. (@​pocke, @​anthony-robin)
  • #7165: Fix an auto-correct error for Style/ConditionalAssignment when without else branch'. (@​koic)
  • #7171: Fix an error for Style/SafeNavigation when using unless nil? as a safeguarded'. (@​koic)
  • #7130: Skip autocorrect in Style/FormatString if second argument to String#% is a variable. ([@​tejasbubane][])
  • #7171: Fix an error for Style/SafeNavigation when using unless nil? as a safeguarded'. (@​koic)

Changes

... (truncated)
Commits
  • cbc6ec3 Cut 0.73
  • c1ca3f5 Update changelog
  • ec6b538 Add check for --auto-correct with --disable-uncorrectable
  • c9f71dc Add Style/DoubleCopDisableDirective cop
  • 2c4243c Change logic for when to use EOL disable comment
  • 779784c Improve cli_disable_uncorrectable_spec.rb
  • 2738c5d Fix RuboCop offenses after rebase
  • f2f6c95 WIP: Add autocorrect option to disable uncorrectable offenses
  • 3e8feb2 Remove an unnecessary line break for PULL_REQUEST_TEMPLATE.md
  • d3a9e2f [Fix #6653] IndentHeredoc: Do not run into next line
  • Additional commits viewable in compare view

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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @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). To ignore the version in this PR you can just close it
  • @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:

  • Update frequency (including time of day and day of week)
  • 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](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.70.0...v0.73.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 17, 2019
@dependabot-preview
Copy link
Author

Superseded by #16.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-tw-0.73.0 branch August 1, 2019 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants