Skip to content

Commit

Permalink
Merge pull request #202 from Smaug123/fail-on-no-analyzers
Browse files Browse the repository at this point in the history
Fail on no analyzers registered
  • Loading branch information
dawedawe authored Jan 30, 2024
2 parents 0e17a07 + 0719b72 commit 56dbd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.Cli/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ let main argv =

let results =
if analyzers = 0 then
Some []
None
else
match projOpts, fscArgs with
| [], None ->
Expand Down

0 comments on commit 56dbd8a

Please sign in to comment.