mirror of https://github.com/apache/ant-ivy
12 lines
749 B
XML
12 lines
749 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<fileset-config file-format-version="1.2.0" simple-config="false">
|
|
<local-check-config name="Ivy Checkstyle Config" location="src/etc/checkstyle/checkstyle-config" type="project" description="">
|
|
<property name="checkstyle.src.dir" value="${basedir}/src/etc/checkstyle"/>
|
|
<additional-data name="protect-config-file" value="true"/>
|
|
</local-check-config>
|
|
<fileset name="Ivy Checkstyle config" enabled="true" check-config-name="Ivy Checkstyle Config" local="true">
|
|
<file-match-pattern match-pattern="^src.java.*.java$" include-pattern="true"/>
|
|
<file-match-pattern match-pattern="^src.example.*.java$" include-pattern="true"/>
|
|
</fileset>
|
|
</fileset-config>
|