mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-11 00:23:58 -04:00
#1275 Lint Issue: Duplicate Strings - suppress looking in gradle cache for duplicates
This commit is contained in:
parent
30397365f8
commit
e510b87d02
File diff suppressed because it is too large
Load Diff
@ -8,5 +8,8 @@
|
|||||||
<issue id="TypographyEllipsis">
|
<issue id="TypographyEllipsis">
|
||||||
<ignore path="**-iw/**.xml" />
|
<ignore path="**-iw/**.xml" />
|
||||||
</issue>
|
</issue>
|
||||||
|
<issue id="DuplicateStrings">
|
||||||
|
<ignore path="**/.gradle/caches/**" />
|
||||||
|
</issue>
|
||||||
|
|
||||||
</lint>
|
</lint>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user