You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2016/01/05 00:43:26 UTC

[3/4] hbase git commit: HBASE-15015 Checktyle plugin shouldn't check Jamon-generated Java classes

HBASE-15015 Checktyle plugin shouldn't check Jamon-generated Java classes


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/94ff6c7e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/94ff6c7e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/94ff6c7e

Branch: refs/heads/0.98
Commit: 94ff6c7ed2b771d4418902faac53d61b64dc07ea
Parents: ad55031
Author: Mikhail Antonov <an...@apache.org>
Authored: Sat Dec 19 11:58:15 2015 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Mon Jan 4 15:20:08 2016 -0800

----------------------------------------------------------------------
 .../src/main/resources/hbase/checkstyle-suppressions.xml            | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/94ff6c7e/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
----------------------------------------------------------------------
diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
index 5f3f586..46009e9 100644
--- a/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
+++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
@@ -32,5 +32,6 @@
 -->
 <suppressions>
   <suppress checks="." files=".*/generated/.*\.java"/>
+  <suppress checks="." files=".*/generated-jamon/.*\.java"/>
   <suppress checks="MagicNumberCheck" files=".*Test\.java"/>
 </suppressions>