Cleaned up CI configurations.
This commit is contained in:
parent
174c3659ad
commit
7333ffc1b4
4 changed files with 185 additions and 5 deletions
|
@ -30,6 +30,10 @@ android {
|
|||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
baseline file("lint-baseline.xml")
|
||||
}
|
||||
}
|
||||
|
||||
ext {
|
||||
|
@ -81,7 +85,7 @@ kapt {
|
|||
|
||||
kotlinter {
|
||||
ignoreFailures = false
|
||||
reporters = ['html']
|
||||
reporters = ['html', 'plain']
|
||||
experimentalRules = false
|
||||
disabledRules = ['import-ordering']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue