Skip to content

Commit

Permalink
Fail on no analyzers registered
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 committed Jan 30, 2024
1 parent 0e17a07 commit 0719b72
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 0719b72

Please sign in to comment.