summaryrefslogtreecommitdiffstats
path: root/jill-api/.checkstyle
diff options
context:
space:
mode:
Diffstat (limited to 'jill-api/.checkstyle')
-rw-r--r--jill-api/.checkstyle13
1 files changed, 13 insertions, 0 deletions
diff --git a/jill-api/.checkstyle b/jill-api/.checkstyle
new file mode 100644
index 0000000..5cc9f9e
--- /dev/null
+++ b/jill-api/.checkstyle
@@ -0,0 +1,13 @@
+<?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="Jack Tests CheckStyle" location="jackstyle.xml" type="project" description="">
+ <additional-data name="protect-config-file" value="true"/>
+ </local-check-config>
+ <fileset name="all" enabled="false" check-config-name="Sun Checks" local="false">
+ <file-match-pattern match-pattern="." include-pattern="true"/>
+ </fileset>
+ <fileset name="Jack Tests Checkstyle" enabled="true" check-config-name="Jack Tests CheckStyle" local="true">
+ <file-match-pattern match-pattern="^src.*\.java$" include-pattern="true"/>
+ </fileset>
+</fileset-config>