fix detekt rules

This commit is contained in:
Carlos Martinez
2020-02-01 20:37:34 -03:00
parent 0bdcab9956
commit 990f5730b6
2 changed files with 7 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ android {
testOptions {
unitTests.returnDefaultValues = true
}
lintOptions {
abortOnError false
}
}
dependencies {