Skip to content

Bump slim_lint and rubocop

NipaNipa requested to merge dependabot/bundler/slim_lint-and-rubocop-0.19.0 into master

Bumps slim_lint and rubocop. These dependencies needed to be updated together.

Updates slim_lint from 0.18.0 to 0.19.0

Release notes

Sourced from slim_lint's releases.

Slim-Lint 0.19.0

  • Remove dependency on sysexits gem
  • Update RuboCop dependency to require 0.77.0 or newer
Changelog

Sourced from slim_lint's changelog.

0.19.0

  • Remove dependency on sysexits gem
  • Update RuboCop dependency to require 0.77.0 or newer
Commits
  • d235bd9 Cut version 0.19.0
  • 03fa94a Update change log with RuboCop dependency update
  • c23837d Test against latest Ruby versions
  • 84fd0eb Update RuboCop dependency to 0.77.0
  • 90d5817 Update RuboCop to 0.77.0
  • 187f49c Fix CLI specs
  • dc31596 Remove dependency on sysexits gem
  • a8d58a6 Upgrade Overcommit 0.48.0 → 0.51.0
  • 1dd2c54 Fix tests for rake integration
  • See full diff in compare view

Updates rubocop from 0.76.0 to 0.77.0

Release notes

Sourced from rubocop's releases.

RuboCop 0.77

Bug fixes

  • #7493: Fix Style/RedundantReturn to inspect conditional constructs that are preceded by other statements. (@​buehmann)
  • #7509: Fix Layout/SpaceInsideArrayLiteralBrackets to correct empty lines. (@​ayacai115)
  • #7517: Style/SpaceAroundKeyword allows :: after super. (@​ozydingo)
  • #7515: Fix a false negative for Style/RedundantParentheses when calling a method with safe navigation operator. (@​koic)
  • #7477: Fix line length autocorrect for semicolons in string literals. (@​maxh)
  • #7522: Fix a false-positive edge case (n % 2 == 2) for Style/EvenOdd. (@​buehmann)

Changes

Changelog

Sourced from rubocop's changelog.

0.77.0 (2019-11-27)

Bug fixes

  • #7493: Fix Style/RedundantReturn to inspect conditional constructs that are preceded by other statements. (@​buehmann)
  • #7509: Fix Layout/SpaceInsideArrayLiteralBrackets to correct empty lines. (@​ayacai115)
  • #7517: Style/SpaceAroundKeyword allows :: after super. (@​ozydingo)
  • #7515: Fix a false negative for Style/RedundantParentheses when calling a method with safe navigation operator. (@​koic)
  • #7477: Fix line length autocorrect for semicolons in string literals. (@​maxh)
  • #7522: Fix a false-positive edge case (n % 2 == 2) for Style/EvenOdd. (@​buehmann)
  • #7506: Make Style/IfUnlessModifier respect all settings in Metrics/LineLength. ([@​jonas054][])

Changes

Commits
  • bcd21f9 Cut 0.77
  • 3b7fac3 Enable my GitHub sponsor profile
  • fd5ea0d Merge pull request #7522 from buehmann/even-odd
  • 6ce6c8e Fix false positive in Style/EvenOdd
  • d9f42c8 Fix semicolon line length autocorrection
  • 5654998 Allow cops to invalidate results cache
  • 5dd0352 Add specific techniques for testing locally against codebase
  • 097a6aa Merge pull request #7516 from koic/fix_a_false_negative_for_style_redundant_p...
  • 98ff307 [Fix #7515] Fix a false negative for Style/RedundantParentheses
  • aa09fd6 Merge pull request #7518 from ozydingo/layout-space_around_keyword-namespace
  • Additional commits viewable in compare view

Merge request reports