aboutsummaryrefslogtreecommitdiff
path: root/scalastyle-config.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-03-23 23:41:06 -0700
committerReynold Xin <rxin@databricks.com>2015-03-23 23:41:06 -0700
commit4ce2782a61e23ed0326faac2ee97a9bd36ec8963 (patch)
treea406f4658118575683fb019d852f4d1055d76023 /scalastyle-config.xml
parentbfd3ee9f76aaab3dcde71d92e2b8ca60a0e42262 (diff)
downloadspark-4ce2782a61e23ed0326faac2ee97a9bd36ec8963.tar.gz
spark-4ce2782a61e23ed0326faac2ee97a9bd36ec8963.tar.bz2
spark-4ce2782a61e23ed0326faac2ee97a9bd36ec8963.zip
[SPARK-6428] Added explicit types for all public methods in core.
Author: Reynold Xin <rxin@databricks.com> Closes #5125 from rxin/core-explicit-type and squashes the following commits: f471415 [Reynold Xin] Revert style checker changes. 81b66e4 [Reynold Xin] Code review feedback. a7533e3 [Reynold Xin] Mima excludes. 1d795f5 [Reynold Xin] [SPARK-6428] Added explicit types for all public methods in core.
Diffstat (limited to 'scalastyle-config.xml')
-rw-r--r--scalastyle-config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/scalastyle-config.xml b/scalastyle-config.xml
index 0ff521706c..459a5035d4 100644
--- a/scalastyle-config.xml
+++ b/scalastyle-config.xml
@@ -137,9 +137,9 @@
<!-- <parameter name="maxMethods"><![CDATA[30]]></parameter> -->
<!-- </parameters> -->
<!-- </check> -->
- <!-- <check level="error" class="org.scalastyle.scalariform.PublicMethodsHaveTypeChecker" enabled="true"></check> -->
+ <check level="error" class="org.scalastyle.scalariform.PublicMethodsHaveTypeChecker" enabled="false"></check>
<check level="error" class="org.scalastyle.file.NewLineAtEofChecker" enabled="true"></check>
<check level="error" class="org.scalastyle.file.NoNewLineAtEofChecker" enabled="false"></check>
- <check level="error" class="org.apache.spark.scalastyle.NonASCIICharacterChecker" enabled="true"></check>
+ <check level="error" class="org.scalastyle.scalariform.NonASCIICharacterChecker" enabled="true"></check>
<check level="error" class="org.scalastyle.scalariform.SpaceAfterCommentStartChecker" enabled="true"></check>
</scalastyle>