summaryrefslogtreecommitdiffstats
path: root/jill-api/.checkstyle
diff options
context:
space:
mode:
authorJean-Marie Henaff <jmhenaff@google.com>2015-03-13 09:08:11 +0100
committerJean-Marie Henaff <jmhenaff@google.com>2015-03-18 09:02:16 +0100
commite2bcaa75590f91bb87f525e79ab149ae29869217 (patch)
tree5c695fb1a86b49bba811aff0cf496e6834a22f12 /jill-api/.checkstyle
parenteacbc959140e90bb7d4db4285b88b9eccef82706 (diff)
downloadtoolchain_jill-e2bcaa75590f91bb87f525e79ab149ae29869217.tar.gz
toolchain_jill-e2bcaa75590f91bb87f525e79ab149ae29869217.tar.bz2
toolchain_jill-e2bcaa75590f91bb87f525e79ab149ae29869217.zip
Add jill-api project
Change-Id: I0552ee390655e89a593f58ef28ebe3ede8eda0bf
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>