Enable RSpec cops without violations

This commit is contained in:
Douglas Eichelberger 2023-01-23 13:17:38 -08:00
parent 8f419180cf
commit 19a205b760

View File

@ -5,8 +5,6 @@ RSpec/AnyInstance:
Enabled: false
RSpec/FilePath:
Enabled: false
RSpec/ImplicitBlockExpectation:
Enabled: false
RSpec/SubjectStub:
Enabled: false
@ -17,8 +15,6 @@ RSpec/LeakyConstantDeclaration:
Enabled: false
RSpec/MessageSpies:
Enabled: false
RSpec/RepeatedDescription:
Enabled: false
RSpec/StubbedMock:
Enabled: false
RSpec/NoExpectationExample:
@ -37,10 +33,3 @@ RSpec/MultipleMemoizedHelpers:
# Annoying to have these autoremoved.
RSpec/Focus:
AutoCorrect: false
# Gets confused on these tests for a `skip` DSL
RSpec/PendingWithoutReason:
Exclude:
- "**/dependency_expansion_spec.rb"
- "**/livecheck/skip_conditions_spec.rb"
- "**/livecheck_spec.rb"