mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2024-11-27 16:10:36 +00:00
15 lines
530 B
XML
15 lines
530 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<lint>
|
|
<issue id="ExtraTranslation" severity="warning" />
|
|
<issue id="MissingQuantity" severity="warning" />
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
<issue id="Typos">
|
|
<!-- Translations are handled through Weblate -->
|
|
<ignore regexp="app/src/main/res/values-.*" />
|
|
</issue>
|
|
<issue id="TypographyEllipsis">
|
|
<!-- Weblate doesn't use ellipsis characters -->
|
|
<ignore regexp="app/src/main/res/values-.*" />
|
|
</issue>
|
|
</lint>
|