style(swift): apply swiftformat and swiftlint fixes

This commit is contained in:
Peter Steinberger
2026-03-02 04:15:43 +00:00
parent e1f3ded033
commit 7b3f506e64
39 changed files with 165 additions and 123 deletions

View File

@@ -22,17 +22,17 @@ enum HostEnvSecurityPolicy {
"PS4",
"GCONV_PATH",
"IFS",
"SSLKEYLOGFILE"
"SSLKEYLOGFILE",
]
static let blockedOverrideKeys: Set<String> = [
"HOME",
"ZDOTDIR"
"ZDOTDIR",
]
static let blockedPrefixes: [String] = [
"DYLD_",
"LD_",
"BASH_FUNC_"
"BASH_FUNC_",
]
}