Skip to content

Commit ba5fa79

Browse files
committed
codespell modify
1 parent 2bde1bf commit ba5fa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/codespell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -ex
33

44
# OUTPUT=$1
55

6-
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" .\CODE_OF_CONDUCT.md`
6+
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" CODE_OF_CONDUCT.md`
77
echo -e "${SCAN_RESULT}"
88
# echo -e "${SCAN_RESULT}" > ${OUTPUT}
99
# cat ${OUTPUT}

0 commit comments

Comments
 (0)