You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.checkstyle 819 B

12345678910111213
  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="Ant Checkstyle Config" location="src/etc/checkstyle/checkstyle-config" type="project" description="">
  4. <property name="config.dir" value="${basedir}/src/etc/checkstyle"/>
  5. <additional-data name="protect-config-file" value="true"/>
  6. </local-check-config>
  7. <fileset name="Ant Checkstyle config" enabled="true" check-config-name="Ant Checkstyle Config" local="true">
  8. <file-match-pattern match-pattern="^src.main.*.java$" include-pattern="true"/>
  9. <file-match-pattern match-pattern="^src.etc.testcases.*.java$" include-pattern="true"/>
  10. <file-match-pattern match-pattern="^src.tests.*.java$" include-pattern="true"/>
  11. </fileset>
  12. </fileset-config>