Skip to content

Commit

Permalink
WIP10
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Dec 30, 2023
1 parent 55aba55 commit c5c1ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileConventions/Library.fs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ let NonVerboseFlags(fileInfo: FileInfo) =

let allowedNonVerboseFlag =
allowedNonVerboseFlags
|> Seq.map(fun allowedFlag -> line.Contains allowedFlag)
|> Seq.map line.Contains
|> Seq.contains true

nonVerboseFlag && not allowedNonVerboseFlag
Expand Down

0 comments on commit c5c1ea6

Please sign in to comment.