HBASE-8406 Fix rat check and rat warning in trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471170 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b36388597
commit
b8f0a76cf7
|
@ -18,7 +18,7 @@ MAVEN_OPTS="-Xmx3100M"
|
|||
# The number of acceptable warning for *all* modules
|
||||
# Please update the per-module test-patch.properties if you update this file.
|
||||
|
||||
OK_RELEASEAUDIT_WARNINGS=84
|
||||
OK_RELEASEAUDIT_WARNINGS=0
|
||||
OK_FINDBUGS_WARNINGS=127
|
||||
# Allow two warnings. Javadoc complains about sun.misc.Unsafe use. See HBASE-7457
|
||||
OK_JAVADOC_WARNINGS=2
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -668,7 +668,7 @@
|
|||
<exclude>docs/*</exclude>
|
||||
<!-- auto-gen docs -->
|
||||
<!--It don't like freebsd license-->
|
||||
<exclude>**/src/site/resources/css/freebsd_docbook.css</exclude>
|
||||
<exclude>**/src/main/site/resources/css/freebsd_docbook.css</exclude>
|
||||
<!-- exclude source control files -->
|
||||
<exclude>.git/**</exclude>
|
||||
<exclude>.svn/**</exclude>
|
||||
|
|
Loading…
Reference in New Issue