ionide / ionide/FSharp.Analyzers.SDK
Exclude analyzers
Open
- Dominant language
- F#
- Stars
- 85
- Forks
- 28
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 20
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.