GurpreetSK
04/09/2020, 6:44 AM./gradlew detekt {list of files}
)
Context: I want to write a git hook which runs detekt on all the changed files (only the changed files) and fail if the task fails.dead.fish
04/09/2020, 10:01 AMArtur Bosch
04/11/2020, 6:07 PMsource
property (https://github.com/detekt/detekt/blob/master/build.gradle.kts#L347).
Also please search the issues. @schalkms somewhere answed on how to write a git hook.schalkms
04/11/2020, 6:45 PMGurpreetSK
04/13/2020, 8:38 AMArtur Bosch
04/16/2020, 10:29 AMGurpreetSK
04/20/2020, 5:16 AMignoreFailures
value. On CI, it should ignore failures but on local it should not.