exclude further dagger generated classes

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-09-20 23:34:01 +02:00 committed by Álvaro Brey
parent e0d4d84f16
commit 39ae774593
No known key found for this signature in database
GPG Key ID: 2585783189A62105
1 changed files with 1 additions and 0 deletions

View File

@ -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>