Skip to content

Instantly share code, notes, and snippets.

@yogeshsajanikar
Created March 7, 2015 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yogeshsajanikar/aeb1f966afa86c1711a0 to your computer and use it in GitHub Desktop.
Save yogeshsajanikar/aeb1f966afa86c1711a0 to your computer and use it in GitHub Desktop.
SBT configuration to enable check style settings and findbugs
import de.johoop.findbugs4sbt.FindBugs._
// other settings...
com.etsy.sbt.Checkstyle.checkstyleSettings
findbugsSettings
// in project/plugin.sbt
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "0.4.1")
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.2.1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment