From 4cef6d1c258c5f8f9039366e05525a0494c082ce Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 23 Apr 2019 21:23:06 +1000 Subject: [PATCH] Actually add checkstyle config --- checkstyle.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 checkstyle.xml diff --git a/checkstyle.xml b/checkstyle.xml new file mode 100644 index 00000000..4f664bd0 --- /dev/null +++ b/checkstyle.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 3d0f45ef..9fe06ace 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ 3.0.0 - validate + process-classes check