mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02: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…
Reference in a new issue