You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
583 B
11 lines
583 B
<?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> |