On the autocorrect subject: Other than "dum dum, p...
# detekt
l
On the autocorrect subject: Other than "dum dum, pay attention", do you have any solutions for forgetting to run Detekt before commiting, having only autocorrectable errors and allow it autofix itself in GitHub?
e
You could run it as a precommit hook
p
Yes pre-commit hook works fine, just sometimes get problems with large amount of changed files... this leads to an error during execution