Skip to content

Commit

Permalink
FileConventions: allow unzip short flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tehraninasab committed Jul 4, 2023
1 parent c1daead commit 021111d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/FileConventions/Library.fs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,11 @@ let DetectInconsistentVersionsInFSharpScripts
else
DetectInconsistentVersionsInNugetRefsInFSharpScripts fsxFiles

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

let NonVerboseFlagsInGitHubCI(fileInfo: FileInfo) =
let validExtensions =
Expand Down

0 comments on commit 021111d

Please sign in to comment.