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: