Same lint config for all modules
This commit is contained in:
parent
dcfd0bad6b
commit
a6ee025eda
5 changed files with 12 additions and 10 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue