We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50445e commit d9c5454Copy full SHA for d9c5454
app/lint.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
- ~ Nextcloud Talk - Android Client
+ ~ Nextcloud - Android Client
4
~
5
~ SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
6
~ SPDX-FileCopyrightText: 2022 Andy Scherzinger <[email protected]>
@@ -26,9 +26,12 @@
26
<ignore path="**/raw/encryption_key_words.txt" />
27
</issue>
28
29
+ <issue id="ImpliedQuantity">
30
+ <ignore path="**/values-**/strings.xml" />
31
+ </issue>
32
+
33
<issue id="MissingQuantity">
- <ignore path="**/values-ka-rGE/strings.xml"/>
- <ignore path="**/values-ar/strings.xml" />
34
35
36
37
<issue id="UnusedQuantity">
0 commit comments