mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Set buildUponDefaultConfig = true
in detekt configuration
This commit is contained in:
parent
7b370ff9af
commit
20472f19e9
@ -8,10 +8,12 @@
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- `pluginUntilBuild` set to the correct format: `201.*`
|
- `pluginUntilBuild` set to the correct format: `201.*`
|
||||||
|
- Bump detekt dependency to `1.10.0`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- GitHub Actions - Template Cleanup - fixed adding files to git
|
- GitHub Actions - Template Cleanup - fixed adding files to git
|
||||||
- Update Template plugin name on cleanup
|
- Update Template plugin name on cleanup
|
||||||
|
- Set `buildUponDefaultConfig = true` in detekt configuration
|
||||||
|
|
||||||
## [0.1.0]
|
## [0.1.0]
|
||||||
### Added
|
### Added
|
||||||
|
@ -59,6 +59,7 @@ intellij {
|
|||||||
// Read more: https://detekt.github.io/detekt/kotlindsl.html
|
// Read more: https://detekt.github.io/detekt/kotlindsl.html
|
||||||
detekt {
|
detekt {
|
||||||
config = files("./detekt-config.yml")
|
config = files("./detekt-config.yml")
|
||||||
|
buildUponDefaultConfig = true
|
||||||
|
|
||||||
reports {
|
reports {
|
||||||
html.enabled = false
|
html.enabled = false
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Default detekt configuration:
|
# 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:
|
formatting:
|
||||||
Indentation:
|
Indentation:
|
||||||
|
Loading…
Reference in New Issue
Block a user