Explorar o código

ignore further dagger generated classes

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger %!s(int64=2) %!d(string=hai) anos
pai
achega
4cc2048330
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      spotbugs-filter.xml

+ 4 - 2
spotbugs-filter.xml

@@ -23,8 +23,10 @@
     </Match>
     <!-- Dagger generated code uses internal APIs -->
     <Match>
-        <Class name="~.*\..*.*Factory" />
-		<Class name="~.*\..*.*Factory_Impl" />
+	    <Or>
+            <Class name="~.*\..*.*Factory" />
+		    <Class name="~.*\..*.*Factory_Impl" />
+		</Or>
         <Bug pattern="IICU_INCORRECT_INTERNAL_CLASS_USE" />
     </Match>