summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorPalmer Dabbelt2015-10-23 13:44:21 -0700
committerPalmer Dabbelt2015-10-23 13:44:21 -0700
commit8f906edd711271e8c3eb7fef687e79b249c51d41 (patch)
tree5425298a05b967b653203a3050dec609c44d78a3 /build.sbt
parent7c90f2de9917a43c4bcb29cf7087421c0846dbbc (diff)
parenta7e397939672193460936f293f7c45ec45ee3110 (diff)
Merge pull request #32 from ucb-bar/teststyle-config
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"