Bump rubocop-rspec from 2.24.0 to 2.24.1
Bumps rubocop-rspec from 2.24.0 to 2.24.1.
Release notes
Sourced from rubocop-rspec's releases.
RuboCop RSpec v2.24.1
- Fix an error when using
RSpec/FilePath
and revert to enabled by default. If you have already moved toRSpec/SpecFilePathSuffix
andRSpec/SpecFilePathFormat
, disableRSpec/FilePath
explicitly asEnabled: false
. TheRSpec/FilePath
before migration and theRSpec/SpecFilePathSuffix
andRSpec/SpecFilePathFormat
as the target are available respectively. (@ydah
)
Changelog
Sourced from rubocop-rspec's changelog.
2.24.1 (2023-09-23)
- Fix an error when using
RSpec/FilePath
and revert to enabled by default. If you have already moved toRSpec/SpecFilePathSuffix
andRSpec/SpecFilePathFormat
, disableRSpec/FilePath
explicitly asEnabled: false
. TheRSpec/FilePath
before migration and theRSpec/SpecFilePathSuffix
andRSpec/SpecFilePathFormat
as the target are available respectively. ([@ydah
])
Commits
-
35d0a2f
Merge pull request #1727 from rubocop/release -
178a518
Bump version to v2.24.1 -
e7d0fd5
Merge pull request #1718 from rubocop/fix-braking -
c3d53d9
Fix an error when usingRSpec/FilePath
and revert to enabled by default -
865ea17
Merge pull request #1721 from rubocop/fix-project-spec -
19a4b9b
Add test for does not use consecutive whitespaces -
287bc97
Fix errors in changelog_spec tests -
b99bf78
Switch docs version back - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts