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 <bus...@apache.org>
Signed-off-by: Peter Somogyi <psomo...@cloudera.com>
(cherry picked from commit 2792253322efe5cbbbc19486801f1e38df5802d5)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/54172c98
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/54172c98
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/54172c98

Branch: refs/heads/master
Commit: 54172c9890cc31d2b885fcae77e0d2255ed947c5
Parents: 56bd0a1
Author: Michael Stack <st...@apache.org>
Authored: Wed Nov 7 09:30:24 2018 +0000
Committer: Sean Busbey <bus...@apache.org>
Committed: Thu Nov 8 08:50:03 2018 -0600

----------------------------------------------------------------------
 dev-support/findbugs-exclude.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/54172c98/dev-support/findbugs-exclude.xml
----------------------------------------------------------------------
diff --git a/dev-support/findbugs-exclude.xml b/dev-support/findbugs-exclude.xml
index 9813546..a5da96f 100644
--- a/dev-support/findbugs-exclude.xml
+++ b/dev-support/findbugs-exclude.xml
@@ -242,8 +242,4 @@
     <Bug pattern="MS_EXPOSE_REP"/>
   </Match>
 
-  <Match>
-    <Source name="~.*\.scala" />
-  </Match>
-
 </FindBugsFilter>

Reply via email to