File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 24
24
"rules" : {
25
25
"AllPublicDeclarationsHaveDocumentation" : false,
26
26
"AlwaysUseLiteralForEmptyCollectionInit" : false,
27
- "AlwaysUseLowerCamelCase" : true ,
27
+ "AlwaysUseLowerCamelCase" : false ,
28
28
"AmbiguousTrailingClosureOverload" : true,
29
29
"BeginDocumentationCommentWithOneLineSummary" : false,
30
30
"DoNotUseSemicolons" : true,
56
56
"TypeNamesShouldBeCapitalized" : true,
57
57
"UseEarlyExits" : false,
58
58
"UseExplicitNilCheckInConditions" : true,
59
- "UseLetInEveryBoundCaseVariable" : true ,
59
+ "UseLetInEveryBoundCaseVariable" : false ,
60
60
"UseShorthandTypeNames" : true,
61
61
"UseSingleLinePropertyGetter" : true,
62
62
"UseSynthesizedInitializer" : true,
Original file line number Diff line number Diff line change 1
1
Sources/Helpers/Vendor/*
2
+ Sources/AsyncProcess/ProcessExecutor.swift
You can’t perform that action at this time.
0 commit comments