Skip to content

Bump rubocop-rspec from 2.4.0 to 2.5.0

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

Created by: dependabot[bot]

Bumps rubocop-rspec from 2.4.0 to 2.5.0.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v2.5.0

  • Declare autocorrect as unsafe for ExpectChange. (@​francois-ferrandis)
  • Fix each example for RSpec/HookArgument. (@​lokhi)
  • Exclude unrelated Rails directories from RSpec/DescribeClass. (@​MothOnMars)
  • Add RSpec/ExcessiveDocstringSpacing cop. (@​G-Rath)
  • Add RSpec/SubjectDeclaration cop. (@​dswij)
  • Fix excessive whitespace removal in RSpec/EmptyHook autocorrection. (@​pirj)
  • Bump RuboCop requirement to v1.19.0. (@​pirj)
  • Fix false positive in RSpec/IteratedExpectation when there is single, non-expectation statement in the block body. (@​Darhazer)
Changelog

Sourced from rubocop-rspec's changelog.

2.5.0 (2021-09-21)

  • Declare autocorrect as unsafe for ExpectChange. ([@​francois-ferrandis][])
  • Fix each example for RSpec/HookArgument. ([@​lokhi][])
  • Exclude unrelated Rails directories from RSpec/DescribeClass. ([@​MothOnMars][])
  • Add RSpec/ExcessiveDocstringSpacing cop. ([@​G-Rath][])
  • Add RSpec/SubjectDeclaration cop. ([@​dswij][])
  • Fix excessive whitespace removal in RSpec/EmptyHook autocorrection. ([@​pirj][])
  • Bump RuboCop requirement to v1.19.0. ([@​pirj][])
  • Fix false positive in RSpec/IteratedExpectation when there is single, non-expectation statement in the block body. ([@​Darhazer][])
Commits
  • c915e95 Merge pull request #1188 from rubocop/release-2-5-0
  • ea69793 Bump version to 2.5.0
  • fb6ad3b Merge pull request #1185 from rubocop/fix-iterated-expectation-false-positive
  • 99884b1 [Fix #1184] false positive when block do not have child nodes
  • 2ff7294 Merge pull request #1183 from rubocop/minor-doc-fixes
  • d3970a3 Fix broken sub-department cops links
  • dc2ff4d Fix markup
  • 337c0bd Merge pull request #1182 from ybiquitous/patch-1
  • be8cdf8 Fix typo in NestedGroups doc
  • 1ada64e Merge pull request #1181 from rubocop/bump-rubocop
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports

Loading