-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathlint.xml
More file actions
48 lines (40 loc) · 1.35 KB
/
lint.xml
File metadata and controls
48 lines (40 loc) · 1.35 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Nextcloud Android Library
~
~ SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2021 Tobias Kaminsky <tobias@kaminsky.me>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<lint>
<issue id="ObsoleteLintCustomCheck" severity="warning">
<ignore path="**/fragment-1.4.0/**/lint.jar" />
<ignore path="**/appcompat-1.2.**/**/lint.jar" />
<ignore path="**/jetified-annotation-experimental-1.0.**/**/lint.jar" />
</issue>
<issue id="ImpliedQuantity">
<ignore path="**/values-**/strings.xml" />
</issue>
<issue id="MissingQuantity">
<ignore path="**/values-**/strings.xml" />
</issue>
<issue id="UnusedQuantity">
<ignore path="**/values-**/strings.xml" />
</issue>
<issue id="StringFormatCount">
<ignore path="**/values-**/strings.xml" />
</issue>
<issue id="ExtraTranslation">
<ignore path="**/strings.xml" />
<ignore path="**/values-b+en+001/strings.xml" />
</issue>
<issue id="UnusedResources">
<ignore path="**/values-**/strings.xml" />
</issue>
<issue id="TypographyEllipsis">
<ignore path="**/values-**/strings.xml" />
</issue>
<issue id="Typos">
<ignore path="**/values-**/strings.xml" />
</issue>
</lint>