Skip to content

Commit

Permalink
FileConventions: add comment about env -S
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Jul 5, 2023
1 parent 021111d commit 765a2c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/FileConventions/Library.fs
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,11 @@ let DetectInconsistentVersionsInFSharpScripts

let allowedNonVerboseFlags =
seq {
"env -S"
"unzip"

// even if env in linux has --split-string=foo as equivalent to env -S, it
// doesn't seem to be present in macOS' env man page and doesn't work either
"env -S"
}

let NonVerboseFlagsInGitHubCI(fileInfo: FileInfo) =
Expand Down

0 comments on commit 765a2c4

Please sign in to comment.