Explorar el Código

disabling FindBug "ANDROID_EXTERNAL_FILE_ACCESS"

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky hace 6 años
padre
commit
e610eb133a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>