We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While findbugs code has a good base set of rules, most of Findbug's bug patterns are defined in findbugs-contrib.
findbugs-contrib
It looks to me like findbugs4sbt doesn't include findbugs-contrib by default. Is that correct?
findbugs4sbt
If so, we should probably add it by default (or at least add easy to follow instructions to the docs on how to include).
The text was updated successfully, but these errors were encountered:
As a workaround you can put the plugin jars into the ~/.findbugs/plugin folder.
~/.findbugs/plugin
Tested with fb-contrib and findsecbugs.
Sorry, something went wrong.
You can use pluginList now with https://github.com/lenioapp/sbt-findbugs-plugin
No branches or pull requests
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 includefindbugs-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).
The text was updated successfully, but these errors were encountered: