mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
17 lines
377 B
XML
17 lines
377 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<issue id="TypographyQuotes">
|
|
<ignore path="**-qq/**.xml" />
|
|
<ignore path="**-iw/**.xml" />
|
|
</issue>
|
|
|
|
<issue id="TypographyEllipsis">
|
|
<ignore path="**-iw/**.xml" />
|
|
</issue>
|
|
<issue id="DuplicateStrings">
|
|
<ignore path="**/.gradle/caches/**" />
|
|
<ignore path="**/values-**/**.xml" />
|
|
</issue>
|
|
|
|
</lint>
|