Browse Source

exclude further dagger generated classes

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 năm trước cách đây
mục cha
commit
39ae774593
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>