OSDN Git Service

move style XMLs
[jindolf/JinCore.git] / checkstyle-suppressions.xml
similarity index 71%
rename from src/main/config/suppressions.xml
rename to checkstyle-suppressions.xml
index f1500fa..b70b7fe 100644 (file)
@@ -5,8 +5,8 @@
     "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
 
 <!--
-    Checkstyle用警告抑止設定
-    ※ SuppressionFilter モジュール用
+    Checkstyle suppressions
+    for Checkstyle 6.19(7.4) or later
 
     [ http://checkstyle.sourceforge.net/ ]
 
     <!-- Imports -->
     <suppress files="" checks="ImportControl" />
 
-    <!-- Javadoc Comments -->
-    <suppress files="" checks="SummaryJavadocCheck" />
-        <!-- 句読点対応待ち -->
-    <suppress files="" checks="SingleLineJavadoc" />
-        <!-- ignoredTagsプロパティ対応待ち -->
-
     <!-- Miscellaneous -->
     <suppress files="" checks="FinalParameters" />
     <suppress files="" checks="TrailingComment" />
 
+    <!-- Whitespace -->
+    <suppress files="" checks="SingleSpaceSeparator" />
+
 </suppressions>