2015-11-04 02:04:39 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<lint>
|
|
|
|
<!-- Enable relevant checks disabled by default -->
|
|
|
|
<issue id="NegativeMargin" severity="warning" />
|
|
|
|
|
|
|
|
<!-- We have a custom menu and don't conform to the recommended styles. -->
|
|
|
|
<issue id="IconColors" severity="ignore" />
|
2015-12-28 23:26:36 +03:00
|
|
|
|
2016-03-01 21:40:19 +03:00
|
|
|
<!-- We use our own preprocessing to either add or remove
|
|
|
|
`android:debuggable` when building with mach so it's
|
|
|
|
not actually hard-coded. We can probably remove this
|
|
|
|
warning when we switch to gradle. -->
|
|
|
|
<issue id="HardcodedDebugMode" severity="ignore" />
|
|
|
|
|
2015-12-28 23:26:36 +03:00
|
|
|
<!-- We want all lint warnings to be fatal errors.
|
|
|
|
Right now, we set these to lint warnings so:
|
|
|
|
|
|
|
|
DO NOT ADD TO THIS LIST.
|
|
|
|
|
|
|
|
We did this so we can land lint in automation
|
|
|
|
and not fail everything. -->
|
|
|
|
<issue id="AppCompatResource" severity="warning" />
|
2016-03-01 21:57:17 +03:00
|
|
|
<issue id="GoogleAppIndexingDeepLinkError" severity="warning" />
|
2015-12-28 23:26:36 +03:00
|
|
|
<issue id="Instantiatable" severity="warning" />
|
|
|
|
<issue id="LongLogTag" severity="warning" />
|
|
|
|
<issue id="MissingPermission" severity="warning" />
|
|
|
|
<issue id="MissingSuperCall" severity="warning" />
|
|
|
|
<issue id="NewApi" severity="warning" />
|
|
|
|
<issue id="OnClick" severity="warning" />
|
|
|
|
<issue id="ReferenceType" severity="warning" />
|
|
|
|
<issue id="ResourceAsColor" severity="warning" />
|
|
|
|
<issue id="ResourceType" severity="warning" />
|
|
|
|
<issue id="ValidFragment" severity="warning" />
|
|
|
|
<issue id="WrongConstant" severity="warning" />
|
|
|
|
|
2015-11-04 02:04:39 +03:00
|
|
|
</lint>
|