HDFS-11473. Ozone : exclude cblock protobuf files from findbugs check. Contributed by Xiaoyu Yao.
This commit is contained in:
parent
b8b72241aa
commit
b29ae6e5f7
@ -20,6 +20,9 @@
|
||||
<Match>
|
||||
<Package name="org.apache.hadoop.ozone.protocol.proto" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Package name ="org.apache.hadoop.cblock.protocol.proto" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Bug pattern="EI_EXPOSE_REP" />
|
||||
</Match>
|
||||
|
Loading…
Reference in New Issue
Block a user