Skip to content

Commit f575618

Browse files
author
Hariharan Ramanathan
committed
Moved scala style config to project folder
1 parent 248b29b commit f575618

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
@@ -39,4 +39,6 @@ scalastyleTask :={
3939
scalastyle.in(Compile).toTask("").value
4040
scalastyle.in(Test).toTask("").value
4141
}
42+
(scalastyleConfig in Compile):=file("project/scalastyle-config.xml")
43+
(scalastyleConfig in Test):=file("project/scalastyle-config.xml")
4244
(test in Test) := ((test in Test) dependsOn scalastyleTask).value
File renamed without changes.

0 commit comments

Comments
 (0)