blob: 0d38ee1e028640e5a37beafe59cf79cce47137aa [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Please copy any lint rules added here to all other modules local lint.xml files -->
<lint>
<issue id="LintBaseline" severity="ignore">
<ignore regexp=".* filtered out because .* listed in the baseline file.*"/>
</issue>
<!-- Disable all lint checks on tests by default. -->
<issue id="all">
<ignore path="**/src/test/**" />
<ignore path="**/src/androidTest/**" />
<!-- Required for Kotlin multi-platform tests. -->
<ignore path="**/src/androidAndroidTest/**" />
<!-- Required for AppSearch icing tests. -->
<ignore path="**/java/tests/**" />
</issue>
<!-- Re-enable high-priority checks for tests (and everything else). -->
<issue id="NewApi" severity="fatal" />
<issue id="WrongThread" severity="fatal" />
</lint>