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
69 stars 51 forks source link

Support the `chooseVisitors` option #795

Open JuditKnoll opened 4 weeks ago

JuditKnoll commented 4 weeks 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.