From 54867864958262a57c60267df51c717a5bb8cc1d Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 30 May 2018 15:54:08 +0200 Subject: checkpatch: exclude util/crossgcc/patches These files are supposed to contain trailing whitespace due to the patch format. Also use the exclusion list in the pre-commit hook. Change-Id: I8816c05ea703964a332915a0675096836957b242 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/26695 Reviewed-by: Nico Huber Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- util/gitconfig/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/gitconfig') diff --git a/util/gitconfig/pre-commit b/util/gitconfig/pre-commit index 2aed957df9..027eec0705 100755 --- a/util/gitconfig/pre-commit +++ b/util/gitconfig/pre-commit @@ -24,5 +24,5 @@ PATCHDIFF=$(git diff --cached --src-prefix=a/ --dst-prefix=b/) if printf "%s\n" "$PATCHDIFF" | grep -q "@@"; then echo echo "Running checkpatch" - printf "%s\n" "$PATCHDIFF" | util/lint/checkpatch.pl --no-signoff -q - + printf "%s\n" "$PATCHDIFF" | util/lint/lint-007-checkpatch diff fi -- cgit v1.2.3