From a4da2e07469374dcafd1b2b50293ed875340832f Mon Sep 17 00:00:00 2001
From: Chick Markley
Date: Thu, 1 Dec 2016 09:19:21 -0800
Subject: Add scala-style checkers (#386)
we will leave cleaning up their voluminous output for later---
scalastyle-config.xml | 110 +++++++++++++++++++++++++++++++++++++++++++++
scalastyle-test-config.xml | 109 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 219 insertions(+)
create mode 100644 scalastyle-config.xml
create mode 100644 scalastyle-test-config.xml
diff --git a/scalastyle-config.xml b/scalastyle-config.xml
new file mode 100644
index 00000000..e12da8c2
--- /dev/null
+++ b/scalastyle-config.xml
@@ -0,0 +1,110 @@
+
+ Scalastyle standard configuration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ No lines ending with a ;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |\|\||&&|:=|<>|<=|>=|!=|===|=/=|<<|>>|##|unary_(~|\-%?|!))$]]>
+
+
+
+
+
+
+
+
+
+
+
diff --git a/scalastyle-test-config.xml b/scalastyle-test-config.xml
new file mode 100644
index 00000000..bf32aacd
--- /dev/null
+++ b/scalastyle-test-config.xml
@@ -0,0 +1,109 @@
+
+ Scalastyle configuration for Chisel3 unit tests
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ No lines ending with a ;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |\|\||&&|:=|<>|<=|>=|!=|===|<<|>>|##|unary_(~|\-%?|!))$]]>
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3