File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9-
109# Offense count: 190
1110# This cop supports unsafe autocorrection (--autocorrect-all).
1211# Configuration parameters: AllowSafeAssignment.
1312Lint/AssignmentInCondition :
1413 Enabled : false
1514
16-
1715# Offense count: 16
1816# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches, IgnoreDuplicateElseBranch.
1917Lint/DuplicateBranch :
@@ -32,18 +30,13 @@ Lint/DuplicateBranch:
3230 - ' spec/runners/sdam.rb'
3331 - ' spec/support/client_registry.rb'
3432
35-
36-
37-
3833# Offense count: 4
3934# This cop supports unsafe autocorrection (--autocorrect-all).
4035Lint/IncompatibleIoSelectWithFiberScheduler :
4136 Exclude :
4237 - ' lib/mongo/socket/ssl.rb'
4338 - ' lib/mongo/socket/tcp.rb'
4439
45-
46-
4740# Offense count: 31
4841# Configuration parameters: AllowedParentClasses.
4942Lint/MissingSuper :
@@ -59,7 +52,6 @@ Lint/NextWithoutAccumulator:
5952 Exclude :
6053 - ' lib/mongo/operation/shared/result/aggregatable.rb'
6154
62-
6355# Offense count: 1
6456Lint/NonLocalExitFromIterator :
6557 Exclude :
You can’t perform that action at this time.
0 commit comments