Browse Source

disabling FindBug "ANDROID_EXTERNAL_FILE_ACCESS"

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 years ago
parent
commit
e610eb133a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      findbugs-filter.xml

+ 1 - 0
findbugs-filter.xml

@@ -9,4 +9,5 @@
         <Class name="~.*\.R\$.*"/>
     </Match>
     <Bug pattern="PATH_TRAVERSAL_IN" />
+    <Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
 </FindBugsFilter>