We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The generated pre-commit git hook includes this line:
./gradlew --quiet ktlintCheck -PinternalKtlintGitFilter="$CHANGED_FILES"
Why does this run by default quiet and is it possible to configure this while running gradlew addKtlintCheckGitPreCommitHook?
gradlew addKtlintCheckGitPreCommitHook
The text was updated successfully, but these errors were encountered:
🤷 Personally, I never thought that this plugin should have a dedicated pre-commit feature. I figured that should be left to some other plugin to support. For example: https://github.com/DanySK/gradle-pre-commit-git-hooks
I'm not wedded to any of the decisions around the pre-commit hook, and you're welcome to PR a change to make it more configurable for your use case.
Sorry, something went wrong.
No branches or pull requests
The generated pre-commit git hook includes this line:
./gradlew --quiet ktlintCheck -PinternalKtlintGitFilter="$CHANGED_FILES"
Why does this run by default quiet and is it possible to configure this while running
gradlew addKtlintCheckGitPreCommitHook
?The text was updated successfully, but these errors were encountered: