We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11de790 commit f462de8Copy full SHA for f462de8
.github/scripts/codespell.sh
@@ -1,10 +1,6 @@
1
#!/bin/bash
2
-set -ex
3
+set -ex
4
5
SCAN_RESULT=`codespell -H --quiet-level=3 --skip="*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp,./.venv" --ignore-words-list="ASSER,Tne,ba,BA"`
6
echo -e "${SCAN_RESULT}"
7
-
8
-if [[ ! -z ${SCAN_RESULT} ]]; then
9
- exit 1
10
-fi
0 commit comments