android/build-logic/convention/gradle-lint-baseline.xml (23 lines of code) (raw):
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.9.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.9.1)" variant="all" version="8.9.1">
<issue
id="GradleProjectIsolation"
message="Use isolated.rootProject instead of getRootProject"
errorLine1=" rootProject.layout.buildDirectory.file("reports/detekt/merge.sarif"),"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/kotlin/com/theguardian/convention/shared/SetupDetekt.kt"
line="20"
column="17"/>
</issue>
<issue
id="GradleProjectIsolation"
message="Use isolated.rootProject instead of getRootProject"
errorLine1=" basePath = rootProject.projectDir.absolutePath"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/kotlin/com/theguardian/convention/shared/SetupDetekt.kt"
line="59"
column="24"/>
</issue>
</issues>