2019-01-29 16:42:10 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<lint>
|
|
|
|
<issue id="InvalidPackage">
|
|
|
|
<!-- The Sentry SDK is compiled against parts of the Java SDK that are not available in the Android SDK.
|
|
|
|
Let's just ignore issues in the Sentry code since that is a third-party dependency anyways. -->
|
|
|
|
<ignore path="**/sentry*.jar" />
|
2020-08-26 04:46:25 +00:00
|
|
|
<!-- Temporary until https://github.com/Kotlin/kotlinx.coroutines/issues/2004 is resolved. -->
|
|
|
|
<ignore path="**/kotlinx-coroutines-core-*.jar"/>
|
2019-01-29 16:42:10 +00:00
|
|
|
</issue>
|
2020-07-17 22:17:16 +00:00
|
|
|
<!-- Lints that don't apply to our translation process -->
|
2019-04-11 15:49:20 +00:00
|
|
|
<issue id="MissingTranslation" severity="ignore" />
|
2020-07-17 22:17:16 +00:00
|
|
|
<issue id="PluralsCandidate" severity="ignore" />
|
|
|
|
<issue id="StringFormatCount" severity="ignore" />
|
|
|
|
<issue id="TypographyEllipsis" severity="ignore" />
|
2019-04-22 18:24:49 +00:00
|
|
|
<issue id="ExtraTranslation" severity="warning" />
|
2020-07-17 22:17:16 +00:00
|
|
|
<!-- Lints that are disabled by default -->
|
|
|
|
<issue id="ConvertToWebp" severity="warning" />
|
2019-01-29 16:42:10 +00:00
|
|
|
</lint>
|
|
|
|
|