style(swift): apply lint and format cleanup

This commit is contained in:
Peter Steinberger
2026-03-03 03:07:46 +00:00
parent ba50dfaae3
commit 80efcb75c7
8 changed files with 15 additions and 19 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_",
]
}