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.
We are currently loading a binary with a set of analyzers and would like to exclude certain ones from running.
Describe the solution you'd like
Adding a flag like --exclude-analyzer MyAnalyzerName (multiple allowed)
Describe alternatives you've considered
If you don't control the binary you load I'm not sure this is possible right now.
Additional context
We want to use an analyzer that is available on NuGet but comes with a set of analyzers we don't care about.
The text was updated successfully, but these errors were encountered:
nojaf
changed the title
Excluded analyzers
Exclude analyzers
Oct 6, 2023
This is available in 0.15.0 but does not take the assembly into account.
It purely is based on the analyzer name that was used in the attribute.
If this is insufficient for anyone, we should revisit this.
Is your feature request related to a problem? Please describe.
We are currently loading a binary with a set of analyzers and would like to exclude certain ones from running.
Describe the solution you'd like
Adding a flag like
--exclude-analyzer MyAnalyzerName
(multiple allowed)Describe alternatives you've considered
If you don't control the binary you load I'm not sure this is possible right now.
Additional context
We want to use an analyzer that is available on NuGet but comes with a set of analyzers we don't care about.
The text was updated successfully, but these errors were encountered: