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.71.0 to 0.73.0 #82

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps rubocop from 0.71.0 to 0.73.0.

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

RuboCop 0.72

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)
... (truncated)
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 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 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)
  • 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.

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.71.0 to 0.73.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.71.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 22, 2019
@coveralls
Copy link

Coverage Status

Coverage decreased (-37.2%) to 62.821% when pulling 7935a1e on dependabot/bundler/rubocop-0.73.0 into b3d5f05 on master.

@dependabot-preview
Copy link
Contributor Author

Superseded by #83.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-0.73.0 branch August 5, 2019 08:19
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.

None yet

1 participant