Skip to content

Commit a6c4030

Browse files
author
Hariharan Ramanathan
committed
Moved scala style config to project folder
1 parent 4053613 commit a6c4030

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ scalastyleTask :={
4545
scalastyle.in(Compile).toTask("").value
4646
scalastyle.in(Test).toTask("").value
4747
}
48+
(scalastyleConfig in Compile):=file("project/scalastyle-config.xml")
49+
(scalastyleConfig in Test):=file("project/scalastyle-config.xml")
4850
(test in Test) := ((test in Test) dependsOn scalastyleTask).value
File renamed without changes.

0 commit comments

Comments
 (0)