summaryrefslogtreecommitdiffstats
path: root/jill/.checkstyle
blob: 5c5a2d1073bb802e710f35259ca3a67932d772d3 (plain)
1
2
3
4
5
6
7
8
9
10
<?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="Jill Checkstyle" location="jillstyle.xml" type="project" description="">
    <additional-data name="protect-config-file" value="true"/>
  </local-check-config>
  <fileset name="Java Source Files" enabled="true" check-config-name="Jill Checkstyle" local="true">
    <file-match-pattern match-pattern="^src.*\.java$" include-pattern="true"/>
  </fileset>
</fileset-config>