mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-10-31 09:20:25 +00:00
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?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" />
|
|
</issue>
|
|
|
|
<!-- Lints that don't apply to our translation process -->
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
<issue id="PluralsCandidate" severity="ignore" />
|
|
<issue id="StringFormatCount" severity="ignore" />
|
|
<issue id="TypographyEllipsis" severity="ignore" />
|
|
<issue id="ExtraTranslation" severity="warning" />
|
|
|
|
<!-- Lints that are disabled by default -->
|
|
<issue id="ConvertToWebp" severity="warning" />
|
|
|
|
<!-- Performance: we haven't validated that addressing these checks have a significant impact
|
|
on performance but they're very quick to fix so we escalate them to error. -->
|
|
<issue id="InefficientWeight" severity="error" />
|
|
</lint>
|
|
|