Explorar el Código

add R.class to exclude

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky hace 7 años
padre
commit
4360c80355
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      findbugs-filter.xml

+ 3 - 0
findbugs-filter.xml

@@ -5,4 +5,7 @@
     <Match>
         <Class name="~.*\.Manifest\$.*"/>
     </Match>
+    <Match>
+        <Class name="~.*\.R\$.*"/>
+    </Match>
 </FindBugsFilter>