You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sy...@apache.org on 2015/12/26 18:07:51 UTC

[18/43] 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/b68542e3
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b68542e3
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b68542e3

Branch: refs/heads/hbase-12439
Commit: b68542e35a206a93262fab03fd1c2d8f481cf05e
Parents: 86a417e
Author: Mikhail Antonov <an...@apache.org>
Authored: Sat Dec 19 11:58:15 2015 -0800
Committer: Mikhail Antonov <an...@apache.org>
Committed: Sat Dec 19 11:58:15 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/b68542e3/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>