mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
fix problem with checkstyle eclipse integration
This commit is contained in:
@@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
|
<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="">
|
<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"/>
|
<additional-data name="protect-config-file" value="false"/>
|
||||||
</local-check-config>
|
</local-check-config>
|
||||||
<fileset name="all" enabled="true" check-config-name="Forge Checkstyle Config" local="true">
|
<fileset name="all" enabled="true" check-config-name="Forge Checks" local="false">
|
||||||
<file-match-pattern match-pattern="." include-pattern="true"/>
|
<file-match-pattern match-pattern="." include-pattern="true"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
<filter name="WriteProtectedFiles" enabled="true"/>
|
<filter name="WriteProtectedFiles" enabled="true"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user