summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorducky2015-10-23 13:25:52 -0700
committerducky2015-10-23 13:34:00 -0700
commita7e397939672193460936f293f7c45ec45ee3110 (patch)
tree5425298a05b967b653203a3050dec609c44d78a3 /build.sbt
parent7c90f2de9917a43c4bcb29cf7087421c0846dbbc (diff)
Add test-specific scalastyle config
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index faa15ad5..d9ec3575 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,3 +17,5 @@ site.includeScaladoc()
ghpages.settings
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git"
+
+(scalastyleConfig in Test) := baseDirectory.value / "scalastyle-test-config.xml"