From a2d1c00f123095e526d446bf8aae3a8e9476cc1e Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Sun, 5 Nov 2006 22:58:38 +0000 Subject: [PATCH] Add rule to allow in-line suppression of specific checkstyle rules. This will allow code that is kept for backward compatible reasons to be marked in the code, and ignored in the checkstyle report. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471559 13f79535-47bb-0310-9956-ffa450edef68 --- src/etc/checkstyle/checkstyle-config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/etc/checkstyle/checkstyle-config b/src/etc/checkstyle/checkstyle-config index 84e7d4a14..5a7b17ea6 100644 --- a/src/etc/checkstyle/checkstyle-config +++ b/src/etc/checkstyle/checkstyle-config @@ -104,6 +104,13 @@ + + + + + + + \ No newline at end of file