alaegin / Detekt-Action

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

Add support for `detekt_input` argument #50

Closed andy31415 closed 1 year ago

andy31415 commented 1 year ago

On a large repository, I have detekt hanging unless I explicity provide the input paths.

This adds support for detekt_input as an argument, which in turn transforms into a --input ... argument in the detekt-cli execution.

alaegin commented 1 year ago

Hello! Thank you!