1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix checkstyle import into Eclipse

Issue gh-3747
This commit is contained in:
Rob Winch
2016-03-14 09:19:55 -05:00
parent ec4e6c7453
commit d85c0395bb
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
<?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="Spring Security Checkstyle" location="${configDir}/checkstyle.xml" type="external" description="">
<property name="configDir" value="${configDir}"/>
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Spring Security Checkstyle" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>