-
Notifications
You must be signed in to change notification settings - Fork 4
/
.checkstyle
16 lines (16 loc) · 1.05 KB
/
.checkstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true">
<local-check-config name="iCal4j Checks" location="etc/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<local-check-config name="Micronode Checks" location="http://svn.mnode.org/tools/checkstyle/mnode_checks.xml" type="remote" description="">
<property name="checkstyle.suppressions.file" value="${project_loc}/etc/checkstyle-suppressions.xml"/>
<additional-data name="cache-file" value="true"/>
<additional-data name="cache-props-file-location" value="null_1244870056874_cache.properties"/>
<additional-data name="cache-file-location" value="null_1244870056874_cache.xml"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Micronode Checks" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="NonSrcDirs" enabled="true"/>
</fileset-config>