forked from kiwix/kiwix-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlintConfig.xml
More file actions
27 lines (24 loc) · 717 Bytes
/
lintConfig.xml
File metadata and controls
27 lines (24 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>
<issue id="Typos">
<ignore path="**/values-tr/**.xml" />
</issue>
<issue id="InvalidPackage">
<ignore path="**simple-xml-2.7.1.jar" />
</issue>
<issue id="IconLocation">
<ignore path="src/main/res/drawable/kiwix_icon_with_title.png" />
<ignore path="src/main/res/drawable/search_widget_preview.png" />
</issue>
</lint>