Skip to content

Commit d9c5454

Browse files
lint
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent c50445e commit d9c5454

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/lint.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Nextcloud Talk - Android Client
3+
~ Nextcloud - Android Client
44
~
55
~ SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
66
~ SPDX-FileCopyrightText: 2022 Andy Scherzinger <[email protected]>
@@ -26,9 +26,12 @@
2626
<ignore path="**/raw/encryption_key_words.txt" />
2727
</issue>
2828

29+
<issue id="ImpliedQuantity">
30+
<ignore path="**/values-**/strings.xml" />
31+
</issue>
32+
2933
<issue id="MissingQuantity">
30-
<ignore path="**/values-ka-rGE/strings.xml"/>
31-
<ignore path="**/values-ar/strings.xml" />
34+
<ignore path="**/values-**/strings.xml" />
3235
</issue>
3336

3437
<issue id="UnusedQuantity">

0 commit comments

Comments
 (0)