mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-25 11:28:03 +00:00
fix(build): disable ObsoleteLintCustomCheck
lint
This commit is contained in:
parent
2e1b9575e8
commit
e332626857
@ -32,6 +32,8 @@ object LintConfig {
|
||||
disable += "UnusedIds"
|
||||
// False-positive, not relevant on the API levels we support
|
||||
disable += "TrulyRandom"
|
||||
// I can't do anything about this
|
||||
disable += "ObsoleteLintCustomCheck"
|
||||
if (!isJVM) {
|
||||
// Enable compose-lint-checks' Material 2 detector
|
||||
enable += "ComposeM2Api"
|
||||
|
Loading…
x
Reference in New Issue
Block a user