From 492e15665290870b4ea1070c34d05270b81e6f5d Mon Sep 17 00:00:00 2001 From: Ian Young Date: Fri, 11 May 2018 09:44:43 +0100 Subject: [PATCH] Add Checkstyle configuration --- .checkstyle | 10 +++++ .project | 6 +++ checkstyle.xml | 116 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 132 insertions(+) create mode 100644 .checkstyle create mode 100644 checkstyle.xml diff --git a/.checkstyle b/.checkstyle new file mode 100644 index 0000000..a18c2f7 --- /dev/null +++ b/.checkstyle @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.project b/.project index f60104c..8563713 100644 --- a/.project +++ b/.project @@ -25,10 +25,16 @@ + + net.sf.eclipsecs.core.CheckstyleBuilder + + + org.springframework.ide.eclipse.core.springnature org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + net.sf.eclipsecs.core.CheckstyleNature diff --git a/checkstyle.xml b/checkstyle.xml new file mode 100644 index 0000000..a658999 --- /dev/null +++ b/checkstyle.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +