sbt / sbt-findbugs

FindBugs static analysis plugin for sbt.
Eclipse Public License 1.0
46 stars 13 forks source link

Add FindBugs failOnError setting #16

Closed josephearl closed 8 years ago

josephearl commented 8 years ago

This PR fixes #13 by adding a findbugsFailOnError setting to fail the build if any FindBugs issues are found.

I also added some tests for the plugin that run findbugs on the test project and check whether the report is created, you can run them using sbt scripted.

josephearl commented 8 years ago

@jmhofer any chance you can take a look? Thanks

josephearl commented 8 years ago

This project looks unmaintained so we decided to fork it - https://github.com/lenioapp/sbt-findbugs-plugin Just waiting for it to be included in the SBT community repo