From e46dd5f6f9252852ebc599b0a0dbaa83631b77df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 16 Aug 2015 15:36:05 +0300 Subject: [PATCH] Suppress unfixable checkstyle violations in JavaCC generated sources --- etc/checkstyle-suppressions.xml | 32 ++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 33 insertions(+) create mode 100644 etc/checkstyle-suppressions.xml diff --git a/etc/checkstyle-suppressions.xml b/etc/checkstyle-suppressions.xml new file mode 100644 index 0000000000..9ff360adae --- /dev/null +++ b/etc/checkstyle-suppressions.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 57fd1d4411..83f1856122 100644 --- a/pom.xml +++ b/pom.xml @@ -924,6 +924,7 @@ ${skipStyleCheck} ${activemq.basedir}/etc/checkstyle.xml + ${activemq.basedir}/etc/checkstyle-suppressions.xml false true true