allow selection of which issues are reported
It would be useful for users to be able to disable some issues that they already know about and aren't able to address yet, simply disagree with or are not affected by.
My suggestion for this is to do what code linters do:
- Give each issue emitted by the tool an identifier and severity.
- Add a wiki page or other documentation for each issue.
- Add an option to not emit specific issues.
- Add an option to only emit severity >= X issues.