You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, to fail on a warning, you have to list all the analyzer codes you want to fail on. If you are using many analyzers and you want to fail on all of them, that can be cumbersome.
Describe the solution you'd like
Provide a --fail-on-all-warnings Cli option.
Describe alternatives you've considered
Support globbing of analyzer codes.
Additional context
As always, I just raise this issue to keep track of it.
The text was updated successfully, but these errors were encountered:
I think it would be good for the analyzer SDK to onboard to these mechanisms because that's how they would be handled/integrated in the 'final' analyzer setup, when they're part of the compiler.
1eyewonder
added a commit
to 1eyewonder/FSharp.Analyzers.SDK
that referenced
this issue
Oct 21, 2023
Is your feature request related to a problem? Please describe.
Currently, to fail on a warning, you have to list all the analyzer codes you want to fail on. If you are using many analyzers and you want to fail on all of them, that can be cumbersome.
Describe the solution you'd like
Provide a --fail-on-all-warnings Cli option.
Describe alternatives you've considered
Support globbing of analyzer codes.
Additional context
As always, I just raise this issue to keep track of it.
The text was updated successfully, but these errors were encountered: