Skip to content

Commit 71aeac0

Browse files
Merge pull request #14393 from nextcloud/fixScreenshotStable330_2
Fix screenshot stable330
2 parents dd71fa7 + 28ced89 commit 71aeac0

File tree

2 files changed

+6
-3
lines changed

2 files 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 <info@andy-scherzinger.de>
@@ -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">
-7 Bytes
Loading

0 commit comments

Comments
 (0)