diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 6ddd2b1..88e5483 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -3,7 +3,7 @@ echo "Running Kotlin formatter check..." # Execute the Kotlin formatting task -./gradlew formatKotlin --daemon +./gradlew formatKotlin --quiet # Check the exit code of the format command status=$?