-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.checkstyle
18 lines (16 loc) · 1012 Bytes
/
.checkstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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="trustAtHsHCheckstyle" location="https://raw.githubusercontent.com/trustathsh/ironcommon/master/src/main/documents/trustAtHsHCheckstylePolicy.xml" type="remote" description="">
<property name="headerfile" value="${project_loc}/src/license/dummy/Dummy.java"/>
<property name="checkstyle.cache.file" value="${project_loc}/target/cachefile"/>
<additional-data name="cache-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="trustAtHsHCheckstyle" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="FilesFromPackage" enabled="true">
<filter-data value="src/main/java/de/hshannover/f4/trust/irongenlog/publisher/strategies/"/>
<filter-data value="src/main/jjtree/"/>
<filter-data value="target/"/>
</filter>
</fileset-config>