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 @@ -15,6 +15,8 @@ lazy val management = (project in file(".")).enablePlugins(SbtWeb).enablePlugins
15
15
buildInfoPackage := " de.upb.cs.swt.delphi.management"
16
16
)
17
17
18
+ scalastyleConfig := baseDirectory.value / " project" / " scalastyle_config.xml"
19
+
18
20
val conf = ConfigFactory .parseFile(new File (" conf/application.conf" )).resolve()
19
21
val appPortManagement = conf.getString(" app.portManagement" )
20
22
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
12
12
// preparation for dependency checking
13
13
addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.9.1" )
14
14
15
+ // scalastyle
16
+ addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0.0" )
15
17
16
18
// web plugins
17
19
addSbtPlugin(" com.typesafe.sbt" % " sbt-digest" % " 1.1.3" )
You can’t perform that action at this time.
0 commit comments