summaryrefslogtreecommitdiff
path: root/library/lint.xml
blob: 625b20d0b33eb1d97caf1a5696288f0ec5867283 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <!-- SUW lib prefixes styleable resources -->
    <issue id="CustomViewStyleable" severity="ignore" />
    <issue id="ExtraTranslation" severity="ignore" />
    <issue id="GradleDependency" severity="ignore" />
    <issue id="MissingTranslation" severity="ignore" />
    <!-- Stop lint from complaining about SDK version checks in the "platform" variant -->
    <issue id="ObsoleteSdkInt" severity="ignore" />
    <issue id="RtlEnabled" severity="ignore" />
</lint>