mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
ff23ced3ac
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
52 lines
1.6 KiB
XML
52 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
~ Nextcloud Talk - Android Client
|
|
~
|
|
~ SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
|
|
~ SPDX-FileCopyrightText: 2023 Andy Scherzinger <info@andy-scherzinger.de>
|
|
~ SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
|
|
~ SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
|
|
~ SPDX-FileCopyrightText: 2021 Tobias Kaminsky <tobias@kaminsky.me>
|
|
~ SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
<lint>
|
|
<issue id="UnusedAttribute">
|
|
<ignore regexp="importantForAutofill"/>
|
|
<ignore regexp="autofillHints"/>
|
|
</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="MissingQuantity">
|
|
<ignore path="**/values-ka-rGE/strings.xml"/>
|
|
<ignore path="**/values-ar/strings.xml" />
|
|
<ignore path="**/values-ca/strings.xml" />
|
|
</issue>
|
|
|
|
<issue id="TypographyEllipsis">
|
|
<ignore path="**/values-**/strings.xml" />
|
|
</issue>
|
|
|
|
<issue id="Typos">
|
|
<ignore path="**/values-**/strings.xml" />
|
|
</issue>
|
|
|
|
<issue id="RestrictedApi" severity="error">
|
|
<ignore path="build" />
|
|
</issue>
|
|
|
|
<issue id="NewApi" severity="error">
|
|
<ignore path="build" />
|
|
</issue>
|
|
|
|
<issue id="ObsoleteLintCustomCheck" severity="warning">
|
|
<ignore path="**/jetified-annotation-experimental-1.**/**/lint.jar" />
|
|
</issue>
|
|
</lint>
|