From 44f6318759a297f2b29377c28c723bc28450251b Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Fri, 26 Oct 2012 09:34:48 -0700 Subject: [PATCH] Add Checkstyle configuration for line length Enforces line length of 120 characters, which fails due to many violations. --- project/pom.xml | 9 +++++++++ resources/checkstyle.xml | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 resources/checkstyle.xml diff --git a/project/pom.xml b/project/pom.xml index 7a6e90b1f6..c063d1db66 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -541,6 +541,15 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.9.1 + + ../resources/checkstyle.xml + warning + + diff --git a/resources/checkstyle.xml b/resources/checkstyle.xml new file mode 100644 index 0000000000..323ade8339 --- /dev/null +++ b/resources/checkstyle.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + +