| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,6 +55,7 @@ Here is a list of sbt commands for daily development: | |||
| 55 | 55 | > package # Create a jar file in the target folder of each project | |
| 56 | 56 | > findbugs # Produce findbugs report in target/findbugs | |
| 57 | 57 | > jacoco:cover # Report the code coverage of tests to target/jacoco folder | |
| 58 | + > jcheckStyle # Run check style | ||
| 58 | 59 | ``` | |
| 59 | 60 | ||
| 60 | 61 | ### Publishing | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,4 +9,6 @@ addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.3.0") | |||
| 9 | 9 | ||
| 10 | 10 | addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.6") | |
| 11 | 11 | ||
| 12 | + addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.1.2") | ||
| 13 | + | ||
| 12 | 14 | scalacOptions ++= Seq("-deprecation", "-feature") | |
| Back | FazBrowse Home | New Git URL |
0 commit comments