mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -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">
|
||||
<ignore path="**-iw/**.xml" />
|
||||
</issue>
|
||||
<issue id="DuplicateStrings">
|
||||
<ignore path="**/.gradle/caches/**" />
|
||||
</issue>
|
||||
|
||||
</lint>
|
||||
|
Loading…
x
Reference in New Issue
Block a user