We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53db62b + 6dbf2aa commit 70a97b1Copy full SHA for 70a97b1
.rubocop.yml
@@ -135,6 +135,8 @@ RSpec/ChangeByZero:
135
Enabled: true
136
RSpec/ClassCheck:
137
138
+RSpec/ContainExactly:
139
+ Enabled: true
140
RSpec/DuplicatedMetadata:
141
142
RSpec/ExcessiveDocstringSpacing:
@@ -143,12 +145,16 @@ RSpec/IdenticalEqualityAssertion:
143
145
144
146
RSpec/IndexedLet:
147
148
+RSpec/MatchArray:
149
150
RSpec/NoExpectationExample:
151
152
RSpec/PendingWithoutReason:
153
154
RSpec/RedundantAround:
155
156
+RSpec/SkipBlockInsideExample:
157
158
RSpec/SortMetadata:
159
160
RSpec/SubjectDeclaration:
0 commit comments