Enable RSpec cops without violations
This commit is contained in:
parent
8f419180cf
commit
19a205b760
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user