File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ packageDescription := """Windows Package for the Delphi CLI"""
11
11
wixProductId := " ce07be71-510d-414a-92d4-dff47631848a"
12
12
wixProductUpgradeId := " 4552fb0e-e257-4dbd-9ecb-dba9dbacf424"
13
13
14
+ scalastyleConfig := baseDirectory.value / " project" / " scalastyle_config.xml"
14
15
15
16
libraryDependencies += " com.github.scopt" %% " scopt" % " 3.7.0"
16
17
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change @@ -8,3 +8,6 @@ addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
8
8
9
9
// preparation for dependency checking
10
10
addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.9.1" )
11
+
12
+ // scalastyle
13
+ addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments