From a7e397939672193460936f293f7c45ec45ee3110 Mon Sep 17 00:00:00 2001 From: ducky Date: Fri, 23 Oct 2015 13:25:52 -0700 Subject: Add test-specific scalastyle config --- build.sbt | 2 + scalastyle-test-config.xml | 103 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 scalastyle-test-config.xml 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" diff --git a/scalastyle-test-config.xml b/scalastyle-test-config.xml new file mode 100644 index 00000000..5dc2add0 --- /dev/null +++ b/scalastyle-test-config.xml @@ -0,0 +1,103 @@ + + Scalastyle configuration for Chisel3 unit tests + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + |\|\||&&|:=|<>|<=|>=|!=|===|<<|>>|unary_(~|\-%?|!))$]]> + + + + + + + + + + + -- cgit v1.2.3