mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 11:58:34 +00:00
17 lines
506 B
XML
17 lines
506 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
|
|
<!-- L10N errors -->
|
|
<!-- This is a runtime crash so we don't want to ship with this. -->
|
|
<issue id="StringFormatMatches" severity="error" />
|
|
|
|
<!-- L10N warnings -->
|
|
<issue id="MissingTranslation" severity="warning" />
|
|
<issue id="MissingQuantity" severity="warning" />
|
|
<issue id="ExtraTranslation" severity="warning" />
|
|
<issue id="ImpliedQuantity" severity="warning" />
|
|
|
|
<issue id="CanvasSize" severity="error" />
|
|
|
|
</lint>
|