Skip to content

Commit f14be26

Browse files
committed
Activated scalastyle plugin
1 parent 3132b59 commit f14be26

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ packageDescription := """Windows Package for the Delphi CLI"""
1111
wixProductId := "ce07be71-510d-414a-92d4-dff47631848a"
1212
wixProductUpgradeId := "4552fb0e-e257-4dbd-9ecb-dba9dbacf424"
1313

14+
scalastyleConfig := baseDirectory.value / "project" / "scalastyle_config.xml"
1415

1516
libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.0"
1617
libraryDependencies ++= Seq(

project/plugins.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
88

99
// preparation for dependency checking
1010
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.1")
11+
12+
// scalastyle
13+
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")

0 commit comments

Comments
 (0)