From 2850a6383fd9a67c008c5089d2acdfc1aebd13f3 Mon Sep 17 00:00:00 2001 From: Leo Dion Date: Fri, 11 Oct 2024 13:01:23 -0400 Subject: [PATCH] adding requirement for public documentation --- .swift-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swift-format b/.swift-format index 83797e9..5c31a3e 100644 --- a/.swift-format +++ b/.swift-format @@ -22,7 +22,7 @@ "prioritizeKeepingFunctionOutputTogether" : false, "respectsExistingLineBreaks" : true, "rules" : { - "AllPublicDeclarationsHaveDocumentation" : false, + "AllPublicDeclarationsHaveDocumentation" : true, "AlwaysUseLiteralForEmptyCollectionInit" : false, "AlwaysUseLowerCamelCase" : true, "AmbiguousTrailingClosureOverload" : true,