mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-27 20:01:30 +01:00
Initial commit
This commit is contained in:
14
scripts/detekt.gradle
Normal file
14
scripts/detekt.gradle
Normal file
@@ -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