diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-01-27 03:32:02 +0000 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2011-01-27 03:32:02 +0000 |
commit | fb5b317ef4b5c770b6bdd134e46c32c415415763 (patch) | |
tree | 94e8a806ba171d2302472ad658dc47da17ac2808 /.checkstyle | |
parent | e476cda7d6a693daf846c7c1c25750a9759ce8c0 (diff) |
Adding Checkstyle rules
Diffstat (limited to '.checkstyle')
-rw-r--r-- | .checkstyle | 10 |
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> |