Skip to content

Commit 21fc732

Browse files
committed
tidy whitespace
1 parent fd7676a commit 21fc732

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
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.
1312
Lint/AssignmentInCondition:
1413
Enabled: false
1514

16-
1715
# Offense count: 16
1816
# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches, IgnoreDuplicateElseBranch.
1917
Lint/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).
4035
Lint/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.
4942
Lint/MissingSuper:
@@ -59,7 +52,6 @@ Lint/NextWithoutAccumulator:
5952
Exclude:
6053
- 'lib/mongo/operation/shared/result/aggregatable.rb'
6154

62-
6355
# Offense count: 1
6456
Lint/NonLocalExitFromIterator:
6557
Exclude:

0 commit comments

Comments
 (0)