소스 검색

exclude further dagger generated classes

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 년 전
부모
커밋
39ae774593
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>