From 40f86e81fdd9b5cadeee598d4271e34468ac9696 Mon Sep 17 00:00:00 2001 From: Max Radermacher Date: Thu, 26 Mar 2026 17:08:50 -0500 Subject: [PATCH] =?UTF-8?q?Disable=20SwiftFormat=E2=80=99s=20redundantPare?= =?UTF-8?q?ns=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .swiftformat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.swiftformat b/.swiftformat index 3b119e2f0b..49e9a50544 100644 --- a/.swiftformat +++ b/.swiftformat @@ -48,7 +48,8 @@ --rules redundantInternal --rules redundantMemberwiseInit --rules redundantOptionalBinding ---rules redundantParens +# Disabled because of `@MainActor () async throws -> ...` closures. +# --rules redundantParens --rules redundantPattern --rules redundantPublic --rules semicolons