Skip to content

dep: bump rubocop-rspec from 2.1.0 to 2.2.0

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

Bumps rubocop-rspec from 2.1.0 to 2.2.0.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v2.2.0

  • Fix HooksBeforeExamples, LeadingSubject, LetBeforeExamples and ScatteredLet autocorrection to take into account inline comments and comments immediately before the moved node. (@Darhazer)
  • Improve rubocop-rspec performance. (@Darhazer, @bquorning)
  • Include Enabled: true to prevent a mismatched configuration parameter warning when RSpec cops are explicitly enabled in the user configuration. (@pirj)
Changelog

Sourced from rubocop-rspec's changelog.

2.2.0 (2021-02-02)

  • Fix HooksBeforeExamples, LeadingSubject, LetBeforeExamples and ScatteredLet autocorrection to take into account inline comments and comments immediately before the moved node. ([@Darhazer][])
  • Improve rubocop-rspec performance. ([@Darhazer][], [@bquorning][])
  • Include Enabled: true to prevent a mismatched configuration parameter warning when RSpec cops are explicitly enabled in the user configuration. ([@pirj][])
Commits
  • 957cdff Merge pull request #1124 from rubocop-hq/release
  • dd62604 Bump version to 2.2.0
  • 1a47edf Merge pull request #1123 from rubocop-hq/restrict-on-send
  • 98495dd Improve performance by limiting on_send calls
  • 4c81f2d Merge pull request #1120 from rubocop-hq/enable-enable
  • d6740a4 Enable Enabled parameter
  • a117bc8 Merge pull request #1121 from rubocop-hq/fix-edge-offences
  • 73cafc3 Fix edge RuboCop offences
  • d58a043 Merge pull request #1117 from rubocop-hq/improve-on-send-performance
  • 575c583 Imrpove performance by limitting on_send calls
  • Additional commits viewable in compare view

Merge request reports