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 2792253322efe5cbbbc19486801f1e38df5802d5)
(cherry picked from commit 54172c9890cc31d2b885fcae77e0d2255ed947c5)
This commit is contained in:
Michael Stack 2018-11-07 09:30:24 +00:00 committed by Sean Busbey
parent b8bd3b1a74
commit e5fb2f968a

View File

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