HBASE-21443 [hbase-connectors] Purge hbase-* modules from core now they've been moved to hbase-connectors

ADDENDUM: Remove exception for scala files in findbugs now that we don't have any.

Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
(cherry picked from commit 2792253322)
This commit is contained in:
Michael Stack 2018-11-07 09:30:24 +00:00 committed by Sean Busbey
parent 56bd0a1864
commit 54172c9890
1 changed files with 0 additions and 4 deletions

View File

@ -242,8 +242,4 @@
<Bug pattern="MS_EXPOSE_REP"/>
</Match>
<Match>
<Source name="~.*\.scala" />
</Match>
</FindBugsFilter>