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