From 6dbf2aab2ac5ed49555b94a5a0e5eeae21a4d2d7 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Tue, 25 Apr 2023 22:56:35 +0300 Subject: [PATCH] Add missing pending cops --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 525cc3d8b..c6e75030d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -135,6 +135,8 @@ RSpec/ChangeByZero: Enabled: true RSpec/ClassCheck: Enabled: true +RSpec/ContainExactly: + Enabled: true RSpec/DuplicatedMetadata: Enabled: true RSpec/ExcessiveDocstringSpacing: @@ -143,12 +145,16 @@ RSpec/IdenticalEqualityAssertion: Enabled: true RSpec/IndexedLet: Enabled: true +RSpec/MatchArray: + Enabled: true RSpec/NoExpectationExample: Enabled: true RSpec/PendingWithoutReason: Enabled: true RSpec/RedundantAround: Enabled: true +RSpec/SkipBlockInsideExample: + Enabled: true RSpec/SortMetadata: Enabled: true RSpec/SubjectDeclaration: