Skip to content

Bump rubocop from 0.72.0 to 0.73.0

NipaNipa requested to merge dependabot/bundler/rubocop-0.73.0 into master

Bumps rubocop from 0.72.0 to 0.73.0.

Release notes

Sourced from rubocop's releases.

RuboCop 0.73

New features

  • Add AllowDoxygenCommentStyle configuration on Layout/LeadingCommentSpace. ([@​anthony-robin][])
  • #7114: Add MultilineWhenThen cop. ([@​okuramasafumi][])
  • #4127: Add --disable-uncorrectable flag to generate rubocop:disable comments. ([@​vergenzt][], [@​jonas054][])

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

  • #7181: Sort analyzed file alphabetically. ([@​pocke][])
  • #7188: Include inspected file location in auto-correction error. ([@​pocke][])

[@​anthony-robin]: https://github.com/anthony-robin [@​okuramasafumi]: https://github.com/okuramasafumi [@​vergenzt]: https://github.com/vergenzt [@​jonas054]: https://github.com/jonas054 [@​tatsuyafw]: https://github.com/tatsuyafw [@​koic]: https://github.com/koic [@​buehmann]: https://github.com/buehmann [@​pocke]: https://github.com/pocke

Changelog

Sourced from rubocop's changelog.

0.73.0 (2019-07-16)

New features

  • Add AllowDoxygenCommentStyle configuration on Layout/LeadingCommentSpace. ([@​anthony-robin][])
  • #7114: Add MultilineWhenThen cop. ([@​okuramasafumi][])
  • #4127: Add --disable-uncorrectable flag to generate rubocop:disable comments. ([@​vergenzt][], [@​jonas054][])

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

  • #7181: Sort analyzed file alphabetically. ([@​pocke][])
  • #7188: Include inspected file location in auto-correction error. ([@​pocke][])
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

Merge request reports