-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path.checkstyle
More file actions
16 lines (15 loc) · 782 Bytes
/
Copy path.checkstyle
File metadata and controls
16 lines (15 loc) · 782 Bytes
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" sync-formatter="false">
<local-check-config name="RinSim-style" location="/Users/rinde/workspace/RinSim/checkstyle.xml" type="external" description="">
<property name="checkstyle.cache.file" value="abc"/>
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="RinSim-style" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="DerivedFiles" enabled="true"/>
<filter name="FilesFromPackage" enabled="true">
<filter-data value="src/test/java"/>
<filter-data value="src/test/resources"/>
</filter>
</fileset-config>