Skip to content

Commit

Permalink
Disable lint error in app
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelaboliveira committed Dec 16, 2023
1 parent c186da4 commit 097fdb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ android {
}
lint {
warningsAsErrors = true
disable += listOf("GradleDependency")
baseline = file("lint-baseline.xml")
}
buildTypes {
Expand Down
11 changes: 0 additions & 11 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0">

<issue
id="GradleDependency"
message="A newer version of androidx.compose.compiler:compiler than 1.5.5-dev-k1.9.21-163bb051fe5 is available: 1.5.5"
errorLine1="androidx-compose-compiler = &quot;1.5.5-dev-k1.9.21-163bb051fe5&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="$HOME/Developer/Personal/svpolitician/gradle/libs.versions.toml"
line="8"
column="29"/>
</issue>

<issue
id="VectorPath"
message="Very long vector path (904 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
Expand Down

0 comments on commit 097fdb2

Please sign in to comment.