From 6c6ae66e365d957792b194016835da16855350c0 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 13 Sep 2015 07:01:10 -0400 Subject: [PATCH] added SuppressionCommentFilter so we can suppress individual findings --- src/main/config/checkstyle-checks.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/config/checkstyle-checks.xml b/src/main/config/checkstyle-checks.xml index 876432880..1c1238554 100644 --- a/src/main/config/checkstyle-checks.xml +++ b/src/main/config/checkstyle-checks.xml @@ -18,6 +18,12 @@ + + + + + + @@ -53,7 +59,7 @@ - +