rubocop_rspec: fix incorrect failures.

This commit is contained in:
Mike McQuaid 2022-12-13 09:58:58 +00:00
parent 77e374b305
commit 79267e1e76
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -37,3 +37,10 @@ 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"