Hi Lint Team,Issue 1 :After building the project all the error and warring are not shown in the IDE, but running ./gradlew app:lintDebug still list the errors.After running ./gradlew app:lintDebug errors and warning are shown in IDE.
Issue 2 :when abortOnError true is set in app build.gradle still the build is successfully, ideally it should fail.android {lintOptions {abortOnError true}}