From 9b80c8fc17094d4925139a9fcf10f0c5658d4c5a Mon Sep 17 00:00:00 2001 From: Ellen Spertus Date: Tue, 17 Jul 2018 13:25:59 -0700 Subject: Installed scalastyle and created configuration file. Run with: sbt scalastyle --- scalding/scalastyle-config.xml | 117 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 scalding/scalastyle-config.xml (limited to 'scalding/scalastyle-config.xml') diff --git a/scalding/scalastyle-config.xml b/scalding/scalastyle-config.xml new file mode 100644 index 0000000..7e3596f --- /dev/null +++ b/scalding/scalastyle-config.xml @@ -0,0 +1,117 @@ + + Scalastyle standard configuration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From a02a10d98759015ee200a456ad13b6143cd7fde6 Mon Sep 17 00:00:00 2001 From: Ellen Spertus Date: Tue, 17 Jul 2018 13:35:41 -0700 Subject: Turned off header checking. --- scalding/scalastyle-config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scalding/scalastyle-config.xml') diff --git a/scalding/scalastyle-config.xml b/scalding/scalastyle-config.xml index 7e3596f..2f20677 100644 --- a/scalding/scalastyle-config.xml +++ b/scalding/scalastyle-config.xml @@ -6,7 +6,7 @@ - + - \ No newline at end of file + -- cgit v1.2.3