mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-04-22 08:48:31 +02:00
WIP: feature/abstractions (#45)
* Abstraction layer backup * Removed DataEntity, was unnecessary for now * Separated network, persistence, entities and interaction, closes #29 * Renamed binding * Removed build files, example tests Removed build files, example tests * Fixed build files were not being ignored all around app * Updated CI ymls * Small changes * Fixed legacy repository package names * Fixed CQ findings * Updated Fastlane * Packaging changes and version upgrades * Removed core from interactors * Version bumps * Added new module graph
This commit is contained in:
14
scripts/cq/detekt.gradle
Normal file
14
scripts/cq/detekt.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
apply plugin: 'io.gitlab.arturbosch.detekt'
|
||||
|
||||
detekt {
|
||||
toolVersion = "1.0.0"
|
||||
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