Same lint config for all modules

This commit is contained in:
Benoit Marty 2022-12-09 12:28:35 +01:00
parent dcfd0bad6b
commit a6ee025eda
5 changed files with 12 additions and 10 deletions

View file

@ -109,12 +109,6 @@ android {
}
}
lint {
lintConfig = file("../tools/lint/lint.xml")
checkDependencies = true
abortOnError = true
}
// See https://github.com/JLLeitschuh/ktlint-gradle#configuration
configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
// See https://github.com/pinterest/ktlint/releases/