diff --git a/app/build.gradle b/app/build.gradle index 4ad92e551..13f90b4b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -179,12 +179,6 @@ dependencies { androidTestImplementation 'com.android.support.test:rules:1.0.2' } -tasks.whenTaskAdded { task -> - if (task.name.startsWith("lintBasic")) { - android.lintOptions.abortOnError = false - } -} - checkstyle { toolVersion = '7.2' } diff --git a/app/lint.xml b/app/lint.xml index 277c6dcb1..d3783df47 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -15,6 +15,8 @@ + +