Set `buildUponDefaultConfig = true` in detekt configuration

pull/9/head
Jakub Chrzanowski 4 years ago
parent 7b370ff9af
commit 20472f19e9

@ -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

@ -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

@ -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:

Loading…
Cancel
Save