We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb2166 commit d1e8061Copy full SHA for d1e8061
util/lint.sh
@@ -46,6 +46,7 @@ git --no-pager diff --check -- \
46
':(exclude)**.patch' \
47
':(exclude)sw/toolchain/**' \
48
':(exclude)sw/riscv-tests/**' \
49
+ ':(exclude)**/data/**' \
50
|| EXIT_STATUS=$?
51
52
echo "Checking for trailing whitespaces and tabs between HEAD and $base"
@@ -54,6 +55,7 @@ git --no-pager diff --check $base HEAD -- \
54
55
56
57
58
59
60
61
exit $EXIT_STATUS
0 commit comments