JAL-1854 checkstyle relocated to /utils, newlines to Unix (?)
[jalview.git] / utils / checkstyle / checkstyle.xml
similarity index 98%
rename from resources/checkstyle/checkstyle.xml
rename to utils/checkstyle/checkstyle.xml
index 423f698..7ca2d26 100644 (file)
@@ -12,7 +12,7 @@
                Add any metrics that you wish to suppress to the following file.
        -->
        <module name="SuppressionFilter">
-               <property name="file" value="${basedir}/resources/checkstyle/checkstyle-suppress.xml"/>
+               <property name="file" value="${basedir}/utils/checkstyle/checkstyle-suppress.xml"/>
        </module>
 
        <!-- 
                        see http://checkstyle.sourceforge.net/config_imports.html#ImportControl 
                -->
                <module name="ImportControl">
-                   <property name="file" value="${basedir}/resources/checkstyle/import-control.xml"/>
+                   <property name="file" value="${basedir}/utils/checkstyle/import-control.xml"/>
                        <property name="severity" value="error"/>
                </module>