ignore further dagger generated classes

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

View File

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