mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +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">
|
||||
<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">
|
||||
<fileset name="all" enabled="true" check-config-name="Forge Checks" local="false">
|
||||
<file-match-pattern match-pattern="." include-pattern="true"/>
|
||||
</fileset>
|
||||
<filter name="WriteProtectedFiles" enabled="true"/>
|
||||
|
||||
Reference in New Issue
Block a user