From b1b03228476eafe72feaecc893a0cd45a7f6233b Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Wed, 18 Jul 2012 16:31:15 +0200 Subject: [PATCH] Added checkstyle configuration file checkstyle.xml --- checkstyle.xml | 185 +++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 12 ++++ 2 files changed, 197 insertions(+) create mode 100644 checkstyle.xml diff --git a/checkstyle.xml b/checkstyle.xml new file mode 100644 index 0000000..4be5971 --- /dev/null +++ b/checkstyle.xml @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 4082f0b..7ebb03d 100644 --- a/pom.xml +++ b/pom.xml @@ -143,5 +143,17 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + checkstyle.xml + + + + -- 2.39.5