rubocop_rspec: fix incorrect failures.
This commit is contained in:
parent
77e374b305
commit
79267e1e76
@ -37,3 +37,10 @@ RSpec/MultipleMemoizedHelpers:
|
|||||||
# Annoying to have these autoremoved.
|
# Annoying to have these autoremoved.
|
||||||
RSpec/Focus:
|
RSpec/Focus:
|
||||||
AutoCorrect: false
|
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