all: disable Paparazzi tests and fix lint issues

This commit is contained in:
Harsh Shandilya 2022-08-11 00:12:54 +05:30
parent c235d4feb2
commit bf94d1fbe5
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 49 additions and 50 deletions

View file

@ -27,6 +27,13 @@ android {
isDebuggable = false
}
}
lint {
abortOnError = true
checkReleaseBuilds = false
warningsAsErrors = true
disable.add("DialogFragmentCallbacksDetector")
baseline = file("lint-baseline.xml")
}
}
dependencies {