-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlint.xml
More file actions
43 lines (36 loc) · 1.07 KB
/
lint.xml
File metadata and controls
43 lines (36 loc) · 1.07 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Nextcloud - Android common
~
~ SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
~ SPDX-License-Identifier: MIT
-->
<lint>
<issue id="ExtraTranslation">
<ignore path="**/strings.xml"/>
<ignore path="**/values-b+en+001/strings.xml"/>
</issue>
<issue id="ImpliedQuantity">
<ignore path="**/values-**/strings.xml" />
</issue>
<issue id="MissingQuantity">
<ignore path="**/values-**/strings.xml" />
</issue>
<issue id="MissingTranslation">
<ignore path="**/strings.xml"/>
</issue>
<issue id="UnusedAttribute">
<ignore regexp="importantForAutofill"/>
<ignore regexp="autofillHints"/>
</issue>
<issue id="UnusedQuantity">
<ignore path="**/values-**/strings.xml" />
</issue>
<issue id="TypographyEllipsis">
<ignore path="**/values-**/strings.xml" />
</issue>
<issue id="Typos">
<ignore path="**/values-**/strings.xml" />
<ignore path="**/values/setup.xml" />
</issue>
</lint>