mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
fix(build): disable TrulyRandom
lint
This commit is contained in:
parent
5e711ad8ae
commit
1b0d16a604
|
@ -28,6 +28,8 @@ object LintConfig {
|
||||||
disable += "TypographyQuotes"
|
disable += "TypographyQuotes"
|
||||||
// False-positives abound due to use of ViewBinding
|
// False-positives abound due to use of ViewBinding
|
||||||
disable += "UnusedIds"
|
disable += "UnusedIds"
|
||||||
|
// False-positive, not relevant on the API levels we support
|
||||||
|
disable += "TrulyRandom"
|
||||||
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