Skip to content

Commit f462de8

Browse files
committed
codespell fixed
1 parent 11de790 commit f462de8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/scripts/codespell.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/bin/bash
2-
set -ex
32

3+
set -ex
44

55
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"`
66
echo -e "${SCAN_RESULT}"
7-
8-
if [[ ! -z ${SCAN_RESULT} ]]; then
9-
exit 1
10-
fi

0 commit comments

Comments
 (0)