diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index a9fc375d4b..a826948f21 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -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"