Signal-Android/app/lint.xml

43 lines
1.8 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<lint>
2020-07-15 14:37:45 +02:00
<!-- Wont pass lint or qa with a STOPSHIP in a comment -->
<issue id="StopShip" severity="fatal" />
<!-- 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="ignore" />
<issue id="MissingQuantity" severity="warning" />
<issue id="MissingDefaultResource" severity="error">
<ignore path="*/res/values-*/strings.xml" /> <!-- Ignore for non-English, excludeNonTranslatables task will remove these -->
</issue>
<issue id="ExtraTranslation" severity="warning" />
<issue id="ImpliedQuantity" severity="warning" />
<issue id="TypographyDashes" severity="error" >
<ignore path="*/res/values-*/strings.xml" /> <!-- Ignore for non-English -->
</issue>
2019-07-17 20:07:20 +02:00
<issue id="CanvasSize" severity="error" />
<issue id="HardcodedText" severity="error" />
<issue id="VectorRaster" severity="error" />
<issue id="ButtonOrder" severity="error" />
2019-11-15 21:33:54 +01:00
<issue id="ExtraTranslation" severity="warning" />
2019-07-17 20:07:20 +02:00
2020-05-01 21:19:24 +02:00
<!-- Custom lints -->
2020-05-05 20:42:40 +02:00
<issue id="LogNotSignal" severity="error" />
2020-05-11 15:19:00 +02:00
<issue id="LogNotAppSignal" severity="error" />
<issue id="LogTagInlined" severity="error" />
2020-05-01 21:19:24 +02:00
2019-10-15 18:26:24 +02:00
<issue id="RestrictedApi" severity="error">
<ignore path="*/org/thoughtcrime/securesms/mediasend/camerax/VideoCapture.java" />
<ignore path="*/org/thoughtcrime/securesms/mediasend/camerax/CameraXModule.java" />
2020-05-01 20:20:35 +02:00
<ignore path="*/org/thoughtcrime/securesms/conversation/*.java" />
<ignore path="*/org/thoughtcrime/securesms/lock/v2/CreateKbsPinViewModel.java" />
<ignore path="*/org/thoughtcrime/securesms/jobs/StickerPackDownloadJob.java" />
2019-10-15 18:26:24 +02:00
</issue>
</lint>