Skip to content

dep: bump rubocop-rspec from 2.17.0 to 2.18.0

George Koltsov requested to merge dependabot-bundler-rubocop-rspec-2.18.0 into main

Bumps rubocop-rspec from 2.17.0 to 2.18.0.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v2.18.0

  • Extract Capybara cops to a separate repository. (@​pirj)

RuboCop RSpec v2.17.1

  • Fix a false negative for RSpec/Pending when using skipped in metadata is multiline string. (@​ydah)
  • Fix a false positive for RSpec/NoExpectationExample when using skipped in metadata is multiline string. (@​ydah)
  • Fix a false positive for RSpec/ContextMethod when multi-line context with # at the beginning. (@​ydah)
  • Fix an incorrect autocorrect for RSpec/PredicateMatcher when multiline expect and predicate method with heredoc. (@​ydah)
  • Fix a false positive for RSpec/PredicateMatcher when include with multiple argument. (@​ydah)
Changelog

Sourced from rubocop-rspec's changelog.

2.18.0 (2023-01-16)

  • Extract Capybara cops to a separate repository. ([@​pirj])

2.17.1 (2023-01-16)

  • Fix a false negative for RSpec/Pending when using skipped in metadata is multiline string. ([@​ydah])
  • Fix a false positive for RSpec/NoExpectationExample when using skipped in metadata is multiline string. ([@​ydah])
  • Fix a false positive for RSpec/ContextMethod when multi-line context with # at the beginning. ([@​ydah])
  • Fix an incorrect autocorrect for RSpec/PredicateMatcher when multiline expect and predicate method with heredoc. ([@​ydah])
  • Fix a false positive for RSpec/PredicateMatcher when include with multiple argument. ([@​ydah])
Commits
  • 68252e8 Merge pull request #1560 from rubocop/release
  • 2872422 Bump version to v2.18.0
  • 4a14cd9 Merge pull request #1559 from rubocop/patch-release
  • d414d76 Merge branch 'master' into patch-release
  • f510f1a Bump version to v2.17.1
  • e84141a Merge pull request #1554 from ydah/fix-false-positive-rspec-PredicateMatcher
  • 9e8c975 Merge pull request #1555 from ydah/fix-incorrect-autocorrect-rspec-PredicateM...
  • 6b1dab5 Merge pull request #1554 from ydah/fix-false-positive-rspec-PredicateMatcher
  • 5113d6f Fix a false positive for RSpec/PredicateMatcher when include with multip...
  • 3a31ab1 Merge pull request #1555 from ydah/fix-incorrect-autocorrect-rspec-PredicateM...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports