Skip to content

Commit

Permalink
Merge pull request #83 from dawedawe/fix_78
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Sep 10, 2023
2 parents 16321ec + 09d6d87 commit 49d0dfb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/FSharp.Analyzers.Cli/Program.fs
Expand Up @@ -145,13 +145,6 @@ let runProject toolsPath proj (globs: Glob list) =
let allSymbolUses = checkProjectResults.GetAllUsesOfAllSymbols()

opts.SourceFiles
|> Array.filter (fun file ->
match Path.GetExtension(file).ToLowerInvariant() with
| ".fsi" ->
printInfo $"Ignoring signature file %s{file}"
false
| _ -> true
)
|> Array.filter (fun file ->
match globs |> List.tryFind (fun g -> g.IsMatch file) with
| Some g ->
Expand Down

0 comments on commit 49d0dfb

Please sign in to comment.