We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0470edf commit a96075fCopy full SHA for a96075f
README.md
@@ -55,6 +55,7 @@ Here is a list of sbt commands for daily development:
55
> package # Create a jar file in the target folder of each project
56
> findbugs # Produce findbugs report in target/findbugs
57
> jacoco:cover # Report the code coverage of tests to target/jacoco folder
58
+> jcheckStyle # Run check style
59
```
60
61
### Publishing
project/plugins.sbt
@@ -9,4 +9,6 @@ addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.3.0")
9
10
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.6")
11
12
+addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.1.2")
13
+
14
scalacOptions ++= Seq("-deprecation", "-feature")
0 commit comments