spotbugs / spotbugs-maven-plugin

Maven Mojo Plug-In to generate reports based on the SpotBugs Analyzer
https://spotbugs.github.io/spotbugs-maven-plugin/
Apache License 2.0
79 stars 53 forks source link

Support the `chooseVisitors` option #795

Open JuditKnoll opened 7 months ago

JuditKnoll commented 7 months ago

It would be really great, if the SpotBugs maven plugin could support the chooseVisitors option of SpotBugs (see the official SpotBugs documentation), so disabled detectors could be used through the maven plugin. According to the maven plugin site, it's not available currently. If I just missed it and it's already available, the documentation needs to be updated.