blob: 1fb6d325e6041c6af51da8a3e5322c59b3e896e4 [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 NewApi for tests (and everything else). -->
<issue id="NewApi" severity="fatal" />
</lint>