fix(build): disable TrulyRandom
lint
This commit is contained in:
parent
5e711ad8ae
commit
1b0d16a604
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ object LintConfig {
|
|||
disable += "TypographyQuotes"
|
||||
// False-positives abound due to use of ViewBinding
|
||||
disable += "UnusedIds"
|
||||
// False-positive, not relevant on the API levels we support
|
||||
disable += "TrulyRandom"
|
||||
if (!isJVM) {
|
||||
// Enable compose-lint-checks' Material 2 detector
|
||||
enable += "ComposeM2Api"
|
||||
|
|
Loading…
Reference in a new issue