Skip to content

Commit 1fca981

Browse files
committed
lint: Skip whitespace lint for guix patches
1 parent a91c46c commit 1fca981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/lint-whitespace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ -z "${COMMIT_RANGE}" ]; then
3333
fi
3434

3535
showdiff() {
36-
if ! git diff -U0 "${COMMIT_RANGE}" -- "." ":(exclude)depends/patches/" ":(exclude)src/leveldb/" ":(exclude)src/crc32c/" ":(exclude)src/secp256k1/" ":(exclude)src/univalue/" ":(exclude)doc/release-notes/" ":(exclude)src/qt/locale/"; then
36+
if ! git diff -U0 "${COMMIT_RANGE}" -- "." ":(exclude)depends/patches/" ":(exclude)contrib/guix/patches/" ":(exclude)src/leveldb/" ":(exclude)src/crc32c/" ":(exclude)src/secp256k1/" ":(exclude)src/univalue/" ":(exclude)doc/release-notes/" ":(exclude)src/qt/locale/"; then
3737
echo "Failed to get a diff"
3838
exit 1
3939
fi

0 commit comments

Comments
 (0)