alaegin / Detekt-Action

Run Detekt with reviewdog
MIT License
23 stars 24 forks source link

add support for `--build-upon-default-config` flag #39

Closed BrianEstrada closed 2 years ago

BrianEstrada commented 2 years ago

In the latest version of detekt you have this flag

--build-upon-default-config

https://detekt.dev/docs/introduction/configurations/

that allows you to use the default configuration values and your own as overrides, would be super nice if this could be added as a flag here

alaegin commented 2 years ago

Thanks!

Implemented in #40