We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c9ee31 + 469cbbd commit 137313fCopy full SHA for 137313f
githooks/warden/pre-commit
@@ -6,4 +6,4 @@
6
DIFF=$(git -c diff.mnemonicprefix=false -c diff.noprefix=false --no-pager diff -r -p -m -M --full-index --no-color --staged | cat)
7
8
# Run GrumPHP
9
-[ "$DIFF" == '' ] || (cd "./" && printf "%s\n" "${DIFF}" | warden env run --rm php-fpm 'vendor/phpro/grumphp/bin/grumphp' 'git:pre-commit' '--skip-success-output')
+[ "$DIFF" == '' ] || (cd "./" && printf "%s\n" "${DIFF}" | warden env run -T --rm php-fpm 'vendor/phpro/grumphp/bin/grumphp' 'git:pre-commit' '--skip-success-output')
0 commit comments