mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-06-23 10:26:35 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apply plugin: 'io.gitlab.arturbosch.detekt'
|
||||
|
||||
detekt {
|
||||
toolVersion = "1.0.0-RC14"
|
||||
config = files("$rootProject.projectDir/default-detekt-config.yml")
|
||||
filters = ".*/resources/.*,.*/build/.*"
|
||||
|
||||
reports {
|
||||
html {
|
||||
enabled = true
|
||||
destination = file("$rootProject.projectDir/reports/detekt/$projectDir.name-report.html")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user