From 19a205b760ac6dd0778d4e52a8908e28194e25d4 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Mon, 23 Jan 2023 13:17:38 -0800 Subject: [PATCH] Enable RSpec cops without violations --- Library/.rubocop_rspec.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index a826948f21..58455b32ac 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -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"