mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
feat(build): add androidx.lint checks to build-logic
This commit is contained in:
parent
9298fa9ea0
commit
9a6d7d267a
6 changed files with 57 additions and 17 deletions
26
build-logic/lint-baseline.xml
Normal file
26
build-logic/lint-baseline.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 8.3.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0)" variant="all" version="8.3.0">
|
||||
|
||||
<issue
|
||||
id="InternalGradleApiUsage"
|
||||
message="Avoid using internal Android Gradle Plugin APIs"
|
||||
errorLine1="import com.android.build.gradle.internal.dsl.BaseAppModuleExtension"
|
||||
errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/dev/msfjarvis/claw/gradle/signing/AppSigning.kt"
|
||||
line="9"
|
||||
column="1"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InternalGradleApiUsage"
|
||||
message="Avoid using internal Android Gradle Plugin APIs"
|
||||
errorLine1="import com.android.build.gradle.internal.plugins.AppPlugin"
|
||||
errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/dev/msfjarvis/claw/gradle/versioning/VersioningPlugin.kt"
|
||||
line="11"
|
||||
column="1"/>
|
||||
</issue>
|
||||
|
||||
</issues>
|
Loading…
Add table
Add a link
Reference in a new issue