2019-05-08 08:45:57 -03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<lint>
|
|
|
|
|
2020-07-15 09:37:45 -03:00
|
|
|
<!-- Wont pass lint or qa with a STOPSHIP in a comment -->
|
|
|
|
<issue id="StopShip" severity="fatal" />
|
|
|
|
|
2019-05-08 08:45:57 -03:00
|
|
|
<!-- L10N errors -->
|
|
|
|
<!-- This is a runtime crash so we don't want to ship with this. -->
|
|
|
|
<issue id="StringFormatMatches" severity="error" />
|
|
|
|
|
|
|
|
<!-- L10N warnings -->
|
2020-06-24 15:18:33 -04:00
|
|
|
<issue id="MissingTranslation" severity="ignore" />
|
2019-05-08 08:45:57 -03:00
|
|
|
<issue id="MissingQuantity" severity="warning" />
|
2020-08-05 10:54:44 -03:00
|
|
|
<issue id="MissingDefaultResource" severity="error">
|
|
|
|
<ignore path="*/res/values-*/strings.xml" /> <!-- Ignore for non-English, excludeNonTranslatables task will remove these -->
|
|
|
|
</issue>
|
2019-05-08 08:45:57 -03:00
|
|
|
<issue id="ExtraTranslation" severity="warning" />
|
|
|
|
<issue id="ImpliedQuantity" severity="warning" />
|
2020-06-24 15:18:33 -04:00
|
|
|
<issue id="TypographyDashes" severity="error" >
|
2020-08-05 10:54:44 -03:00
|
|
|
<ignore path="*/res/values-*/strings.xml" /> <!-- Ignore for non-English -->
|
2020-06-24 15:18:33 -04:00
|
|
|
</issue>
|
2019-05-08 08:45:57 -03:00
|
|
|
|
2019-07-17 14:07:20 -04:00
|
|
|
<issue id="CanvasSize" severity="error" />
|
2019-11-07 07:01:41 -05:00
|
|
|
<issue id="HardcodedText" severity="error" />
|
|
|
|
<issue id="VectorRaster" severity="error" />
|
|
|
|
<issue id="ButtonOrder" severity="error" />
|
2019-11-15 16:33:54 -04:00
|
|
|
<issue id="ExtraTranslation" severity="warning" />
|
2022-09-28 16:28:16 -04:00
|
|
|
<issue id="UnspecifiedImmutableFlag" severity="error" />
|
2019-07-17 14:07:20 -04:00
|
|
|
|
2020-05-01 16:19:24 -03:00
|
|
|
<!-- Custom lints -->
|
2020-05-05 15:42:40 -03:00
|
|
|
<issue id="LogNotSignal" severity="error" />
|
2020-05-11 10:19:00 -03:00
|
|
|
<issue id="LogNotAppSignal" severity="error" />
|
2020-05-11 11:03:42 -03:00
|
|
|
<issue id="LogTagInlined" severity="error" />
|
2020-05-01 16:19:24 -03:00
|
|
|
|
2021-04-08 14:51:27 -03:00
|
|
|
<issue id="AlertDialogBuilderUsage" severity="warning" />
|
|
|
|
|
2019-10-15 12:26:24 -04:00
|
|
|
<issue id="RestrictedApi" severity="error">
|
2019-11-20 12:33:57 -05:00
|
|
|
<ignore path="*/org/thoughtcrime/securesms/mediasend/camerax/VideoCapture.java" />
|
|
|
|
<ignore path="*/org/thoughtcrime/securesms/mediasend/camerax/CameraXModule.java" />
|
2020-05-01 15:20:35 -03: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 12:26:24 -04:00
|
|
|
</issue>
|
|
|
|
|
2022-07-11 10:50:24 -04:00
|
|
|
<issue id="OptionalUsedAsFieldOrParameterType" severity="ignore" />
|
2019-05-08 08:45:57 -03:00
|
|
|
</lint>
|