0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

lint: enable linting unit tests

This commit is contained in:
Piyush Goel 2021-10-21 08:03:00 +05:30 committed by Mike Hardy
parent 7e5e65c9e7
commit f61fa492bc

View File

@ -8,5 +8,6 @@ android {
warningsAsErrors true
lintConfig file("../lint-release.xml")
checkReleaseBuilds = true
checkTestSources = true
}
}