While findbugs code has a good base set of rules, most of Findbug's bug patterns are defined in findbugs-contrib.
It looks to me like findbugs4sbt doesn't include findbugs-contrib by default. Is that correct?
If so, we should probably add it by default (or at least add easy to follow instructions to the docs on how to include).
While findbugs code has a good base set of rules, most of Findbug's bug patterns are defined in
findbugs-contrib.It looks to me like
findbugs4sbtdoesn't includefindbugs-contribby default. Is that correct?If so, we should probably add it by default (or at least add easy to follow instructions to the docs on how to include).