Explorar o código

add R.class to exclude

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky %!s(int64=7) %!d(string=hai) anos
pai
achega
4360c80355
Modificáronse 1 ficheiros con 3 adicións e 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>