Browse Source

ignore warning about reading file

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

+ 1 - 0
findbugs-filter.xml

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