HDFS-11473. Ozone : exclude cblock protobuf files from findbugs check. Contributed by Xiaoyu Yao.

This commit is contained in:
Anu Engineer 2017-03-01 09:40:18 -08:00
parent 00684d62ca
commit 4cd34e2a18
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
<Match> <Match>
<Package name="org.apache.hadoop.ozone.protocol.proto" /> <Package name="org.apache.hadoop.ozone.protocol.proto" />
</Match> </Match>
<Match>
<Package name ="org.apache.hadoop.cblock.protocol.proto" />
</Match>
<Match> <Match>
<Bug pattern="EI_EXPOSE_REP" /> <Bug pattern="EI_EXPOSE_REP" />
</Match> </Match>