Skip to content

Commit 138fcdd

Browse files
committed
Disable AllPublicDeclarationsHaveDocumentation because it's too excessive
1 parent 07b22f6 commit 138fcdd

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
@@ -23,7 +23,7 @@
2323
"prioritizeKeepingFunctionOutputTogether": false,
2424
"respectsExistingLineBreaks": true,
2525
"rules": {
26-
"AllPublicDeclarationsHaveDocumentation": true,
26+
"AllPublicDeclarationsHaveDocumentation": false,
2727
"AlwaysUseLiteralForEmptyCollectionInit": false,
2828
"AlwaysUseLowerCamelCase": false,
2929
"AmbiguousTrailingClosureOverload": false,

0 commit comments

Comments
 (0)