diff --git a/build.sbt b/build.sbt index 2326634..a43415b 100644 --- a/build.sbt +++ b/build.sbt @@ -32,6 +32,7 @@ libraryDependencies ++= Seq( lazy val webapi = (project in file(".")). enablePlugins(JavaAppPackaging). enablePlugins(DockerPlugin). + enablePlugins(ScalastylePlugin). settings ( dockerBaseImage := "openjdk:jre-alpine" ). diff --git a/project/scalastyle_config.xml b/project/scalastyle_config.xml new file mode 100644 index 0000000..c220edc --- /dev/null +++ b/project/scalastyle_config.xml @@ -0,0 +1,117 @@ + + Scalastyle standard configuration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +