-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
I was reading through https://spotbugs.github.io/spotbugs-maven-plugin/check-mojo.html
and it lacks a lot of documentation.
Most or all properties have (no description)
.
As a developer I want to know what all these properties do.
E.g. I tried <relaxed>true</relaxed>
and noticed that there is more output, i.e. bug analysis is more strict (although it contradicts a relaxed behavior somewhat).