Browse Source

exclude further dagger generated classes

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 years ago
parent
commit
39ae774593
1 changed files with 1 additions and 0 deletions
  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>