forked from ical4j/ical4j
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.checkstyle
More file actions
14 lines (14 loc) · 729 Bytes
/
.checkstyle
File metadata and controls
14 lines (14 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="false">
<local-check-config name="iCal4j Checks" location="etc/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="Java Source" enabled="true" check-config-name="iCal4j Checks" local="true">
<file-match-pattern match-pattern=".java$" include-pattern="true"/>
</fileset>
<filter name="WriteProtectedFiles" enabled="true"/>
<filter name="FilesFromPackage" enabled="true">
<filter-data value="test"/>
</filter>
<filter name="NonSrcDirs" enabled="true"/>
</fileset-config>