File tree Expand file tree Collapse file tree 1 file changed +2
-64
lines changed
Expand file tree Collapse file tree 1 file changed +2
-64
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ Style/RequireOrder:
122122 Enabled : true
123123
124124RSpec/SpecFilePathFormat :
125- Enabled : true
126125 Exclude :
127126 - spec/rubocop/cop/rspec/mixin/**/*.rb
128127
@@ -253,66 +252,5 @@ Style/SwapValues: {Enabled: true}
253252Style/YAMLFileRead : {Enabled: true}
254253
255254# Enable our own pending cops.
256-
257- RSpec/BeEmpty :
258- Enabled : true
259- RSpec/BeEq :
260- Enabled : true
261- RSpec/BeNil :
262- Enabled : true
263- RSpec/ChangeByZero :
264- Enabled : true
265- RSpec/ClassCheck :
266- Enabled : true
267- RSpec/ContainExactly :
268- Enabled : true
269- RSpec/DuplicatedMetadata :
270- Enabled : true
271- RSpec/EmptyMetadata :
272- Enabled : true
273- RSpec/EmptyOutput :
274- Enabled : true
275- RSpec/Eq :
276- Enabled : true
277- RSpec/ExcessiveDocstringSpacing :
278- Enabled : true
279- RSpec/ExpectInLet :
280- Enabled : true
281- RSpec/IdenticalEqualityAssertion :
282- Enabled : true
283- RSpec/IndexedLet :
284- Enabled : true
285- RSpec/IsExpectedSpecify :
286- Enabled : true
287- RSpec/MatchArray :
288- Enabled : true
289- RSpec/MetadataStyle :
290- Enabled : true
291- RSpec/MissingExpectationTargetMethod :
292- Enabled : true
293- RSpec/NoExpectationExample :
294- Enabled : true
295- RSpec/PendingWithoutReason :
296- Enabled : true
297- RSpec/ReceiveMessages :
298- Enabled : true
299- RSpec/RedundantAround :
300- Enabled : true
301- RSpec/RedundantPredicateMatcher :
302- Enabled : true
303- RSpec/RemoveConst :
304- Enabled : true
305- RSpec/RepeatedSubjectCall :
306- Enabled : true
307- RSpec/SkipBlockInsideExample :
308- Enabled : true
309- RSpec/SortMetadata :
310- Enabled : true
311- RSpec/SpecFilePathSuffix :
312- Enabled : true
313- RSpec/SubjectDeclaration :
314- Enabled : true
315- RSpec/UndescriptiveLiteralsDescription :
316- Enabled : true
317- RSpec/VerifiedDoubleReference :
318- Enabled : true
255+ #
256+ # No pending cops yet.
You can’t perform that action at this time.
0 commit comments