-
-
Notifications
You must be signed in to change notification settings - Fork 447
/
lintConfig.xml
51 lines (51 loc) · 1.88 KB
/
lintConfig.xml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="TypographyQuotes">
<ignore path="**-qq/**.xml" />
<ignore path="**-iw/**.xml" />
</issue>
<issue id="LintError">
<ignore regexp=".*BookmarksRobot.kt.*"/>
<ignore regexp=".*DebugFunctions.kt.*"/>
<ignore regexp=".*HistoryRobot.kt.*"/>
<ignore regexp=".*IntroRobot.kt.*"/>
<ignore regexp=".*LanguageRobot.kt.*"/>
<ignore regexp=".*LibraryRobot.kt.*"/>
<ignore regexp=".*LocalFileTransferRobot.kt.*"/>
<ignore regexp=".*OnlineLibraryRobot.kt.*"/>
<ignore regexp=".*ReaderRobot.kt.*"/>
<ignore regexp=".*SettingsRobot.kt.*"/>
<ignore regexp=".*TopLevelDestinationRobot.kt.*"/>
<ignore regexp=".*ZimHostRobot.kt.*"/>
<ignore regexp=".*SearchRobot.kt.*"/>
<ignore regexp=".*InitialDownloadRobot.kt.*"/>
<ignore regexp=".*DownloadRobot.kt.*"/>
</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" />
<ignore path="**javapoet-1.8.0.jar" />
<ignore path="**/org.jacoco.agent-0.8.12-runtime.jar" />
<ignore regexp="kotlinx.coroutines.debug.AgentPremain" />
</issue>
<issue id="IconLocation">
<ignore path="src/main/res/drawable/kiwix_icon_with_title.png" />
<ignore path="core/src/main/res/drawable/search_widget_preview.png" />
</issue>
<issue id="ConvertToWebp">
<ignore path="src/main/res/drawable/search_widget_preview.png" />
</issue>
<issue id="UnusedIds" severity="warning" />
<issue id="DataExtractionRules" severity="warning" />
<issue id="ObsoleteSdkInt" severity="warning" />
<issue id="AppLinksAutoVerify" severity="warning" />
</lint>