Skip to content

Bump slim_lint, rubocop-rspec and rubocop

Bumps slim_lint, rubocop-rspec 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-rspec from 1.37.0 to 1.37.1

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v1.37.1

  • Improve message and description of FactoryBot/FactoryClassName. ([@​ybiquitous][])
  • Fix FactoryBot/FactoryClassName to ignore Hash and OpenStruct. ([@​jfragoulis][])
... (truncated)
Changelog

Sourced from rubocop-rspec's changelog.

1.37.1 (2019-12-16)

  • Improve message and description of FactoryBot/FactoryClassName. ([@​ybiquitous][])
  • Fix FactoryBot/FactoryClassName to ignore Hash and OpenStruct. ([@​jfragoulis][])
Commits
  • b389828 Merge pull request #849 from rubocop-hq/release
  • 61cc835 Bump version to 1.37.1
  • 28131fe Merge pull request #848 from schwern/docs/message-chain-cop
  • 49d616e Merge pull request #846 from jfragoulis/factorybot/factoryclassname/exclude-r...
  • 0cf71ba Fix FactoryBot/FactoryClassName to ignore Hash and OpenStruct
  • b52f456 Merge pull request #845 from ybiquitous/improve-message-and-description-of-Fa...
  • 61679fa Improve message and description of FactoryBot/FactoryClassName
  • 5d0b0fc Generate the docs.
  • 23ca27c Fix "better" code in RSpec/MessageChain cop
  • 0763ad7 Merge pull request #847 from jfragoulis/fix_master
  • Additional commits viewable 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