Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2019-11-03 01:02:58 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2019-11-27 23:35:19 +0300
commit3e872df68cee31c2fa109107ee37b41930ab87eb (patch)
tree7ea10e12695874ee0eabb4a0a1a53930d0f6a9b2 /spotbugs-filter.xml
parent4e0b40517c547931c3572664133e87ae358555cb (diff)
add more spotbug exclusions (for 3rd party libs)
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'spotbugs-filter.xml')
-rw-r--r--spotbugs-filter.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/spotbugs-filter.xml b/spotbugs-filter.xml
index 05c1457931..1b374ca4fe 100644
--- a/spotbugs-filter.xml
+++ b/spotbugs-filter.xml
@@ -17,7 +17,8 @@
<Match>
<Or>
<Class name="~.*\.Dagger.*" />
- <Class name="~com.nextcloud.client.di\..*_.*" />
+ <Class name="~com\.nextcloud\.client\.di\..*_.*" />
+ <Class name="~dagger\.android\..*" />
</Or>
</Match>
<!-- Dagger generated code uses internal APIs -->
@@ -30,7 +31,7 @@
<Match>
<Or>
<Class name="~.*BindingImpl"/>
- <Class name="~.*\.DataBinderMapperImpl"/>
+ <Class name="~.*\.DataBinderMapperImpl"/>
</Or>
</Match>
@@ -39,6 +40,10 @@
<Or>
<Package name="~io\.noties\..*" />
<Package name="~third_parties\.ezvcard_android\..*" />
+ <Package name="~com\.afollestad\.sectionedrecyclerview\..*" />
+ <Package name="~butterknife\..*" />
+ <Package name="~de\.cotech\..*" />
+ <Package name="~pl\.droidsonroids\..*" />
</Or>
</Match>
<Match>