Skip to content

Commit

Permalink
Fix CI by ignoring POST_NOTIFICATIONS warning for picasso
Browse files Browse the repository at this point in the history
  • Loading branch information
sdetilly committed Nov 21, 2023
1 parent 85171e8 commit 7f549e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ android {
}

lint {
// https://github.com/bumptech/glide/issues/4940
lintConfig = file("$rootDir/android_glide_lint.xml")
lintConfig = file("$rootDir/android_picasso_lint.xml")
}
}

Expand Down

0 comments on commit 7f549e2

Please sign in to comment.