Skip to content

Bump rubocop from 0.75.0 to 0.75.1

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

Bumps rubocop from 0.75.0 to 0.75.1.

Release notes

Sourced from rubocop's releases.

RuboCop 0.75.1

Bug fixes

  • #7391: Support pacman formatter on Windows. (@​laurenball)
  • #7407: Make Style/FormatStringToken work inside hashes. (@​buehmann)
  • #7389: Fix an issue where passing a formatter might result in an error depending on what character it started with. (@​jfhinchcliffe)
  • #7397: Fix extra comments being added to the correction of Style/SafeNavigation. (@​rrosenblum)
  • #7378: Fix heredoc edge cases in Layout/EmptyLineAfterGuardClause. (@​gsamokovarov)
  • #7404: Fix a false negative for Layout/IndentAssignment when multiple assignment with line breaks on each line. (@​koic)

Changes

  • #7410: Style/FormatStringToken now finds unannotated format sequences in printf arguments. (@​buehmann)
  • #6964: Set default IgnoreCopDirectives to true for Metrics/LineLength. (@​jdkaplan)
Changelog

Sourced from rubocop's changelog.

0.75.1 (2019-10-14)

Bug fixes

  • #7391: Support pacman formatter on Windows. (@​laurenball)
  • #7407: Make Style/FormatStringToken work inside hashes. (@​buehmann)
  • #7389: Fix an issue where passing a formatter might result in an error depending on what character it started with. (@​jfhinchcliffe)
  • #7397: Fix extra comments being added to the correction of Style/SafeNavigation. (@​rrosenblum)
  • #7378: Fix heredoc edge cases in Layout/EmptyLineAfterGuardClause. (@​gsamokovarov)
  • #7404: Fix a false negative for Layout/IndentAssignment when multiple assignment with line breaks on each line. (@​koic)

Changes

  • #7410: Style/FormatStringToken now finds unannotated format sequences in printf arguments. (@​buehmann)
  • #6964: Set default IgnoreCopDirectives to true for Metrics/LineLength. (@​jdkaplan)
Commits
  • ef25ea2 Cut 0.75.1
  • 0d2cca4 [Fix #6964] Set default IgnoreCopDirectives to true for Metrics/LineLength
  • beb7bd7 Merge pull request #7416 from koic/fix_false_negative_for_layout_indent_assig...
  • ab9de95 Add examples for Lint/UnusedBlockArgument
  • 256b227 Add examples for Style/Semicolon
  • f6dfe8d Add examples for Lint/UnusedMethodArgument
  • 978d21b Merge pull request #7427 from koic/bump_rubocop_performance_to_1_5_0
  • 159047a Bump RuboCop Performance to 1.5.0
  • 5e01aed [Fix #7404] Fix a false negative for Layout/IndentAssignment
  • 13b78a4 Tweak a changelog entry
  • Additional commits viewable in compare view

Merge request reports