Skip to content

Commit 9347b9c

Browse files
committed
fix(lint): add lint baseline configuration
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 72bd30c commit 9347b9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/flipcash/app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ android {
9797

9898
lint {
9999
checkReleaseBuilds = false
100+
baseline = file("lint-baseline.xml")
100101
}
101102

102103
compileOptions {

0 commit comments

Comments
 (0)