Skip to content

Commit

Permalink
Make lint more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Nov 1, 2023
1 parent 6f825d3 commit c819d8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ android {
}
}

lint {
warningsAsErrors = true
}

testOptions {
unitTests {
isIncludeAndroidResources = true
Expand Down
1 change: 1 addition & 0 deletions app/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<ignore path="*"/>
</issue>
<issue id="MissingTranslation" severity="ignore" />
<issue id="GradleDependency" severity="ignore" />
</lint>

0 comments on commit c819d8d

Please sign in to comment.