fix(build): disable ObsoleteLintCustomCheck
lint
This commit is contained in:
parent
2e1b9575e8
commit
e332626857
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ object LintConfig {
|
||||||
disable += "UnusedIds"
|
disable += "UnusedIds"
|
||||||
// False-positive, not relevant on the API levels we support
|
// False-positive, not relevant on the API levels we support
|
||||||
disable += "TrulyRandom"
|
disable += "TrulyRandom"
|
||||||
|
// I can't do anything about this
|
||||||
|
disable += "ObsoleteLintCustomCheck"
|
||||||
if (!isJVM) {
|
if (!isJVM) {
|
||||||
// Enable compose-lint-checks' Material 2 detector
|
// Enable compose-lint-checks' Material 2 detector
|
||||||
enable += "ComposeM2Api"
|
enable += "ComposeM2Api"
|
||||||
|
|
Loading…
Reference in a new issue