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