Explorar o código

exclude further dagger generated classes

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

+ 1 - 0
spotbugs-filter.xml

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