Skip to content

Commit 70a97b1

Browse files
authored
Merge pull request #1634 from rubocop/internally-enable-pending-cops
Add missing pending cops
2 parents 53db62b + 6dbf2aa commit 70a97b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ RSpec/ChangeByZero:
135135
Enabled: true
136136
RSpec/ClassCheck:
137137
Enabled: true
138+
RSpec/ContainExactly:
139+
Enabled: true
138140
RSpec/DuplicatedMetadata:
139141
Enabled: true
140142
RSpec/ExcessiveDocstringSpacing:
@@ -143,12 +145,16 @@ RSpec/IdenticalEqualityAssertion:
143145
Enabled: true
144146
RSpec/IndexedLet:
145147
Enabled: true
148+
RSpec/MatchArray:
149+
Enabled: true
146150
RSpec/NoExpectationExample:
147151
Enabled: true
148152
RSpec/PendingWithoutReason:
149153
Enabled: true
150154
RSpec/RedundantAround:
151155
Enabled: true
156+
RSpec/SkipBlockInsideExample:
157+
Enabled: true
152158
RSpec/SortMetadata:
153159
Enabled: true
154160
RSpec/SubjectDeclaration:

0 commit comments

Comments
 (0)