2021-02-18 11:01:08 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-03-21 19:49:34 +03:00
|
|
|
<!--
|
|
|
|
~ 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
|
|
|
|
-->
|
2021-02-18 11:01:08 +03:00
|
|
|
<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>
|
2023-12-19 16:22:55 +03:00
|
|
|
|
|
|
|
<issue id="MissingQuantity">
|
|
|
|
<ignore path="**/values-ka-rGE/strings.xml"/>
|
|
|
|
<ignore path="**/values-ar/strings.xml" />
|
2023-12-19 16:33:43 +03:00
|
|
|
<ignore path="**/values-ca/strings.xml" />
|
2023-12-19 16:22:55 +03:00
|
|
|
</issue>
|
2021-02-18 11:01:08 +03:00
|
|
|
|
|
|
|
<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>
|
2021-02-24 13:44:55 +03:00
|
|
|
|
|
|
|
<issue id="ObsoleteLintCustomCheck" severity="warning">
|
|
|
|
<ignore path="**/jetified-annotation-experimental-1.**/**/lint.jar" />
|
|
|
|
</issue>
|
2021-02-18 11:01:08 +03:00
|
|
|
</lint>
|