Disable SwiftFormat’s redundantParens rule

This commit is contained in:
Max Radermacher 2026-03-26 17:08:50 -05:00 committed by GitHub
parent 798baa9287
commit 40f86e81fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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