OSDN Git Service

move checkstyle & pmd configs.
[mikutoga/TogaGem.git] / config / checkstyle / checkstyle.xml
similarity index 99%
rename from src/main/config/checks.xml
rename to config/checkstyle/checkstyle.xml
index 3e31cbb..70d8cb3 100644 (file)
@@ -26,7 +26,7 @@
     <!-- Filters -->
     <module name="SeverityMatchFilter" />
     <module name="SuppressionFilter">
-        <property name="file" value="src/main/config/suppressions.xml" />
+        <property name="file" value="config/checkstyle/checkstyle-suppressions.xml" />
     </module>
     <module name="SuppressionCommentFilter" />
     <module name="SuppressWithNearbyCommentFilter" />