From fb5b317ef4b5c770b6bdd134e46c32c415415763 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 27 Jan 2011 03:32:02 +0000 Subject: Adding Checkstyle rules --- .checkstyle | 10 ++++ .project | 6 +++ support_files/checkstyle.xml | 107 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 123 insertions(+) create mode 100644 .checkstyle create mode 100644 support_files/checkstyle.xml diff --git a/.checkstyle b/.checkstyle new file mode 100644 index 0000000..e31fe85 --- /dev/null +++ b/.checkstyle @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.project b/.project index 2d8c1c8..a46cfcc 100644 --- a/.project +++ b/.project @@ -10,8 +10,14 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.eclipse.jdt.core.javanature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/support_files/checkstyle.xml b/support_files/checkstyle.xml new file mode 100644 index 0000000..41a938f --- /dev/null +++ b/support_files/checkstyle.xml @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3