chore(deps): update dependency rubocop-rspec to v3
This MR contains the following updates:
Package | Update | Change |
---|---|---|
rubocop-rspec (changelog) | major |
"~> 2.4" -> "~> 3.0"
|
Release Notes
rubocop/rubocop-rspec (rubocop-rspec)
v3.0.1
- Bump RuboCop requirement to +1.61. ([@ydah])
v3.0.0
- Remove extracted cops in
Capybara
,FactoryBot
andRails
departments. ([@ydah]) - Remove
RuboCop::RSpec::Language::NodePattern
. ([@ydah]) - Remove
RSpec/FilePath
cop. ([@ydah]) - Remove
RSpec/Capybara/FeatureMethods
cop. If you are using this cop, change it to useRSpec/Dialect
. ([@ydah]) - Add new
RSpec/MissingExpectationTargetMethod
cop. ([@krororo]) - Fix an error for
RSpec/ScatteredSetup
when one of the hooks is an empty block. ([@earlopain])
These previously pending cops are now enabled by default: RSpec/BeEmpty
, RSpec/BeEq
, RSpec/BeNil
, RSpec/ChangeByZero
, RSpec/ClassCheck
, RSpec/ContainExactly
, RSpec/DuplicatedMetadata
, RSpec/EmptyMetadata
, RSpec/EmptyOutput
, RSpec/Eq
, RSpec/ExcessiveDocstringSpacing
, RSpec/ExpectInLet
, RSpec/IdenticalEqualityAssertion
, RSpec/IndexedLet
, RSpec/IsExpectedSpecify
, RSpec/MatchArray
, RSpec/MetadataStyle
, RSpec/NoExpectationExample
, RSpec/PendingWithoutReason
, RSpec/ReceiveMessages
, RSpec/RedundantAround
, RSpec/RedundantPredicateMatcher
, RSpec/RemoveConst
, RSpec/RepeatedSubjectCall
, RSpec/SkipBlockInsideExample
, RSpec/SortMetadata
, RSpec/SpecFilePathFormat
, RSpec/SpecFilePathSuffix
, RSpec/SubjectDeclaration
, RSpec/UndescriptiveLiteralsDescription
, and RSpec/VerifiedDoubleReference
.
Read more about how to upgrade in https://docs.rubocop.org/rubocop-rspec/upgrade_to_version_3.html
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.