Set buildUponDefaultConfig = true in detekt configuration

This commit is contained in:
Jakub Chrzanowski 2020-07-02 05:46:55 +02:00
parent 7b370ff9af
commit 20472f19e9
3 changed files with 4 additions and 1 deletions

View File

@ -8,10 +8,12 @@
### Changed
- `pluginUntilBuild` set to the correct format: `201.*`
- Bump detekt dependency to `1.10.0`
### Fixed
- GitHub Actions - Template Cleanup - fixed adding files to git
- Update Template plugin name on cleanup
- Set `buildUponDefaultConfig = true` in detekt configuration
## [0.1.0]
### Added

View File

@ -59,6 +59,7 @@ intellij {
// Read more: https://detekt.github.io/detekt/kotlindsl.html
detekt {
config = files("./detekt-config.yml")
buildUponDefaultConfig = true
reports {
html.enabled = false

View File

@ -1,5 +1,5 @@
# Default detekt configuration:
# https://github.com/detekt/detekt/blob/master/detekt-cli/src/main/resources/default-detekt-config.yml
# https://github.com/detekt/detekt/blob/master/detekt-core/src/main/resources/default-detekt-config.yml
formatting:
Indentation: