summaryrefslogtreecommitdiff
path: root/.checkstyle
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-01-27 03:32:02 +0000
committerJesse Morgan <jesse@jesterpm.net>2011-01-27 03:32:02 +0000
commitfb5b317ef4b5c770b6bdd134e46c32c415415763 (patch)
tree94e8a806ba171d2302472ad658dc47da17ac2808 /.checkstyle
parente476cda7d6a693daf846c7c1c25750a9759ce8c0 (diff)
Adding Checkstyle rules
Diffstat (limited to '.checkstyle')
-rw-r--r--.checkstyle10
1 files changed, 10 insertions, 0 deletions
diff --git a/.checkstyle b/.checkstyle
new file mode 100644
index 0000000..e31fe85
--- /dev/null
+++ b/.checkstyle
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
+ <local-check-config name="Group Checkstyle" location="support_files/checkstyle.xml" type="project" description="">
+ <additional-data name="protect-config-file" value="false"/>
+ </local-check-config>
+ <fileset name="all" enabled="true" check-config-name="Group Checkstyle" local="true">
+ <file-match-pattern match-pattern="." include-pattern="true"/>
+ </fileset>
+</fileset-config>