Lines Matching refs:ignore
34 …t need to be made. You can also configure a problem's severity level to ignore issues that are no…
102 …essLint</code> annotation), or per XML element (by using the <code>tools:ignore</code> attribute.<…
120 …ssue appears in an {@code .xml} file, {@code lint} inserts a <code>tools:ignore</code> attribute t…
123 <li><b>Always ignore</b> - Disables checking for this {@code lint} issue globally for all projects.…
147 <issue id="IconMissingDensityFolder" severity="ignore" />
151 <ignore path="res/layout/activation.xml" />
152 <ignore path="res/layout-xlarge/activation.xml" />
157 <ignore path="res/layout/main.xml" />
172 …</strong> pop-up, select the action to add an annotation or attribute to ignore the {@code lint} i…
197 <p>You can use the <code>tools:ignore</code> attribute to disable {@code lint} checking for specifi…
201 …de><LinearLayout></code> element of an XML layout file. The <code>ignore</code> attribute i…
206 tools:ignore="UnusedResources" >
214 tools:ignore="NewApi,StringFormatInvalid"
218 tools:ignore="all"