blob: c1fddef79b7148034789def9895e032b4b9c6eb0 [file] [log] [blame]
Kirill Grouchnikov8e405b92020-01-14 10:31:02 -05001<?xml version="1.0" encoding="UTF-8"?>
2<lint>
3 <issue id="LintBaseline" severity="ignore">
4 <ignore regexp=".* filtered out because .* listed in the baseline file.*"/>
5 </issue>
6 <!-- Ignore all warnings for unused resources since this is not a real app. -->
7 <issue id="UnusedResources" severity="ignore" />
8 <!-- Ignore all warnings for missing icon density folders since this is not a real app. -->
9 <issue id="IconMissingDensityFolder" severity="ignore" />
10 <!-- Ignore all warnings for missing content description since this is not a real app. -->
11 <issue id="ContentDescription" severity="ignore" />
12</lint>