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