Skip to content

Commit f38cb84

Browse files
committed
Disable DontRepeatTypeInStaticProperties rule
1 parent bc6669c commit f38cb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.swift-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"AvoidRetroactiveConformances": true,
3434
"BeginDocumentationCommentWithOneLineSummary": false,
3535
"DoNotUseSemicolons": false,
36-
"DontRepeatTypeInStaticProperties": true,
36+
"DontRepeatTypeInStaticProperties": false,
3737
"FileScopedDeclarationPrivacy": true,
3838
"FullyIndirectEnum": true,
3939
"GroupNumericLiterals": false,

0 commit comments

Comments
 (0)