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"""
1111wixProductId := " ce07be71-510d-414a-92d4-dff47631848a"
1212wixProductUpgradeId := " 4552fb0e-e257-4dbd-9ecb-dba9dbacf424"
1313
14+ scalastyleConfig := baseDirectory.value / " project" / " scalastyle_config.xml"
1415
1516libraryDependencies += " com.github.scopt" %% " scopt" % " 3.7.0"
1617libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change @@ -8,3 +8,6 @@ addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
88
99// preparation for dependency checking
1010addSbtPlugin(" 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