Skip to content

Commit a96075f

Browse files
committed
Add sbt-jcheckstyle code style checker
1 parent 0470edf commit a96075f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Here is a list of sbt commands for daily development:
5555
> package # Create a jar file in the target folder of each project
5656
> findbugs # Produce findbugs report in target/findbugs
5757
> jacoco:cover # Report the code coverage of tests to target/jacoco folder
58+
> jcheckStyle # Run check style
5859
```
5960

6061
### Publishing

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.3.0")
99

1010
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.6")
1111

12+
addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.1.2")
13+
1214
scalacOptions ++= Seq("-deprecation", "-feature")

0 commit comments

Comments
 (0)