Skip to content

development-dependency: bump rubocop-rspec from 2.4.0 to 2.5.0

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

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 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