Skip to content

Bump rubocop from 0.91.1 to 0.92.0

James Nutt requested to merge dependabot-bundler-rubocop-0.92.0 into master

Bumps rubocop from 0.91.1 to 0.92.0.

Release notes

Sourced from rubocop's releases.

RuboCop 0.92

New features

Bug fixes

  • #8774: Fix a false positive for Layout/ArrayAlignment with parallel assignment. (@dvandersluis)

Changes

  • #8785: Update TargetRubyVersion 2.8 to 3.0 (experimental). (@koic)
  • #8650: Faster find of hidden files in TargetFinder class which improves rubocop initial startup speed. (@tleish)
  • #8783: Disable Style/ArrayCoercion cop by default. (@koic)
Changelog

Sourced from rubocop's changelog.

0.92.0 (2020-09-25)

New features

Bug fixes

  • #8774: Fix a false positive for Layout/ArrayAlignment with parallel assignment. (@dvandersluis)

Changes

  • #8785: Update TargetRubyVersion 2.8 to 3.0 (experimental). (@koic)
  • #8650: Faster find of hidden files in TargetFinder class which improves rubocop initial startup speed. (@tleish)
  • #8783: Disable Style/ArrayCoercion cop by default. (@koic)
Commits

Merge request reports