diff options
| author | ducky | 2015-10-23 13:25:52 -0700 |
|---|---|---|
| committer | ducky | 2015-10-23 13:34:00 -0700 |
| commit | a7e397939672193460936f293f7c45ec45ee3110 (patch) | |
| tree | 5425298a05b967b653203a3050dec609c44d78a3 /build.sbt | |
| parent | 7c90f2de9917a43c4bcb29cf7087421c0846dbbc (diff) | |
Add test-specific scalastyle config
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
