From: Jan-Pascal van Best Date: Wed, 18 Jul 2012 14:31:15 +0000 (+0200) Subject: Added checkstyle configuration file checkstyle.xml X-Git-Tag: 1.1.0~12 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=b1b03228476eafe72feaecc893a0cd45a7f6233b;p=tv_grab_nl_java Added checkstyle configuration file 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 + + + +