aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/scalastyle-config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'scalding/scalastyle-config.xml')
-rw-r--r--scalding/scalastyle-config.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<parameter name="maxFileLength"><![CDATA[800]]></parameter>
</parameters>
</check>
- <check level="warning" class="org.scalastyle.file.HeaderMatchesChecker" enabled="true">
+ <check level="warning" class="org.scalastyle.file.HeaderMatchesChecker" enabled="false">
<parameters>
<parameter name="header"><![CDATA[// Copyright (C) 2011-2012 the original author or authors.
// See the LICENCE.txt file distributed with this work for additional
@@ -114,4 +114,4 @@
<check level="warning" class="org.scalastyle.scalariform.PublicMethodsHaveTypeChecker" enabled="true"></check>
<check level="warning" class="org.scalastyle.file.NewLineAtEofChecker" enabled="true"></check>
<check level="warning" class="org.scalastyle.file.NoNewLineAtEofChecker" enabled="false"></check>
-</scalastyle> \ No newline at end of file
+</scalastyle>