Skip to content
Snippets Groups Projects
.checkstyle 632 B
Newer Older
  • Learn to ignore specific revisions
  • Luc Maisonobe's avatar
    Luc Maisonobe committed
    <?xml version="1.0" encoding="UTF-8"?>
    
    <fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
      <local-check-config name="rugged-checkstyle" location="checkstyle.xml" type="project" description="">
        <property name="checkstyle.header.file" value="${basedir}/license-header.txt"/>
        <additional-data name="protect-config-file" value="true"/>
      </local-check-config>
      <fileset name="src/main/java/.*\.java" enabled="true" check-config-name="rugged-checkstyle" local="true">
        <file-match-pattern match-pattern="src/main/java/.*\.java" include-pattern="true"/>
      </fileset>
    </fileset-config>