|
23 | 23 | "respectsExistingLineBreaks" : true,
|
24 | 24 | "rules" : {
|
25 | 25 | "AllPublicDeclarationsHaveDocumentation" : false,
|
| 26 | + "AlwaysUseLiteralForEmptyCollectionInit" : true, |
26 | 27 | "AlwaysUseLowerCamelCase" : true,
|
27 | 28 | "AmbiguousTrailingClosureOverload" : false,
|
28 |
| - "BeginDocumentationCommentWithOneLineSummary" : false, |
| 29 | + "BeginDocumentationCommentWithOneLineSummary" : true, |
29 | 30 | "DoNotUseSemicolons" : true,
|
30 | 31 | "DontRepeatTypeInStaticProperties" : true,
|
31 | 32 | "FileScopedDeclarationPrivacy" : true,
|
|
37 | 38 | "NeverUseImplicitlyUnwrappedOptionals" : true,
|
38 | 39 | "NoAccessLevelOnExtensionDeclaration" : true,
|
39 | 40 | "NoAssignmentInExpressions" : true,
|
40 |
| - "NoBlockComments" : false, |
| 41 | + "NoBlockComments" : true, |
41 | 42 | "NoCasesWithOnlyFallthrough" : true,
|
42 | 43 | "NoEmptyTrailingClosureParentheses" : true,
|
43 | 44 | "NoLabelsInCasePatterns" : true,
|
|
53 | 54 | "ReplaceForEachWithForLoop" : true,
|
54 | 55 | "ReturnVoidInsteadOfEmptyTuple" : true,
|
55 | 56 | "TypeNamesShouldBeCapitalized" : true,
|
56 |
| - "UseEarlyExits" : true, |
| 57 | + "UseEarlyExits" : false, |
| 58 | + "UseExplicitNilCheckInConditions" : true, |
57 | 59 | "UseLetInEveryBoundCaseVariable" : true,
|
58 | 60 | "UseShorthandTypeNames" : true,
|
59 | 61 | "UseSingleLinePropertyGetter" : true,
|
|
0 commit comments