.checkstyle 583 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
  3. <local-check-config name="Spring Security Checkstyle" location="${configDir}/checkstyle.xml" type="external" description="">
  4. <property name="configDir" value="${configDir}"/>
  5. <additional-data name="protect-config-file" value="false"/>
  6. </local-check-config>
  7. <fileset name="all" enabled="true" check-config-name="Spring Security Checkstyle" local="true">
  8. <file-match-pattern match-pattern="." include-pattern="true"/>
  9. </fileset>
  10. </fileset-config>