Skip to content

Commit

Permalink
Update lint baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-gnm committed Dec 9, 2024
1 parent 28e5587 commit af173f1
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions android/build-logic/convention/gradle-lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.7.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.2)" variant="all" version="8.7.2">
<issues format="6" by="lint 8.7.3" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.3)" variant="all" version="8.7.3">

<issue
id="GradleProjectIsolation"
message="Avoid using method getRootProject"
errorLine1=" val rootProject = target.rootProject"
errorLine2=" ~~~~~~~~~~~">
errorLine1=" rootProject.layout.buildDirectory.file(&quot;reports/detekt/merge.sarif&quot;),"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/kotlin/com/theguardian/convention/DetektPlugin.kt"
line="23"
column="38"/>
file="src/main/kotlin/com/theguardian/convention/shared/SetupDetekt.kt"
line="20"
column="17"/>
</issue>

<issue
id="GradleProjectIsolation"
message="Avoid using method getRootProject"
errorLine1=" basePath = rootProject.projectDir.absolutePath"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/kotlin/com/theguardian/convention/shared/SetupDetekt.kt"
line="57"
column="24"/>
</issue>

</issues>

0 comments on commit af173f1

Please sign in to comment.