forked from Card-Forge/forge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.checkstyle
More file actions
13 lines (12 loc) · 710 Bytes
/
.checkstyle
File metadata and controls
13 lines (12 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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="Forge Checkstyle Config" location="src/main/config/forge_checks.xml" type="project" description="">
<property name="cacheFile" value="/target/checkstyle-cachefile"/>
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Forge Checkstyle Config" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="WriteProtectedFiles" enabled="true"/>
<filter name="UnOpenedFiles" enabled="true"/>
</fileset-config>