Source Code added
Some checks are pending
Repo / Label merge conflict / Triage (push) Waiting to run
Some checks are pending
Repo / Label merge conflict / Triage (push) Waiting to run
This commit is contained in:
parent
ac679f452a
commit
3f20680501
477 changed files with 25051 additions and 2 deletions
14
android-lint.xml
Normal file
14
android-lint.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue