.checkstyle 1.6 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fileset-config file-format-version="1.2.0" simple-config="false">
  3. <local-check-config name="Remote Scytl Internal Configuration" location="http://sauron.scytl.net/svn/products/checkstyle-config/tags/checkstyle-config-1.0.0/src/main/resources/com/scytl/checkstyle/scytl_checkstyle.xml" type="remote" description="">
  4. <additional-data name="cache-file" value="false"/>
  5. </local-check-config>
  6. <fileset name="all" enabled="true" check-config-name="Remote Scytl Internal Configuration" local="true">
  7. <file-match-pattern match-pattern=".java" include-pattern="true"/>
  8. <file-match-pattern match-pattern=".properties" include-pattern="true"/>
  9. <file-match-pattern match-pattern=".xml" include-pattern="true"/>
  10. <file-match-pattern match-pattern=".class" include-pattern="false"/>
  11. <file-match-pattern match-pattern="build/*" include-pattern="false"/>
  12. <file-match-pattern match-pattern="target/*" include-pattern="false"/>
  13. <file-match-pattern match-pattern="build-eclipse/*" include-pattern="false"/>
  14. <file-match-pattern match-pattern="dist/*" include-pattern="false"/>
  15. <file-match-pattern match-pattern="tools/*" include-pattern="false"/>
  16. <file-match-pattern match-pattern="lib/*" include-pattern="false"/>
  17. <file-match-pattern match-pattern="docs/*" include-pattern="false"/>
  18. </fileset>
  19. <filter name="UnOpenedFiles" enabled="true"/>
  20. <filter name="FilesFromPackage" enabled="true">
  21. <filter-data value="thinlet/src/main/java/thinlet"/>
  22. </filter>
  23. <filter name="NonSrcDirs" enabled="true"/>
  24. </fileset-config>