Skip to content

Commit 2bde1bf

Browse files
committed
codespell modify
1 parent 151e79c commit 2bde1bf

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/scripts/codespell.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#!/bin/bash
22
set -ex
33

4-
OUTPUT=$1
5-
# codespell --quiet-level=2 --skip "*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp" -i 0 -L "ASSER,Tne,ba,BA"
4+
# OUTPUT=$1
65

7-
SCAN_RESULT=`codespell --quiet-level=3 --skip="*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp,./.venv" -i 0 -L "ASSER,Tne,ba,BA" -H --count`
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`
87
echo -e "${SCAN_RESULT}"
9-
echo -e "${SCAN_RESULT}" > ${OUTPUT}
10-
cat ${OUTPUT}
8+
# echo -e "${SCAN_RESULT}" > ${OUTPUT}
9+
# cat ${OUTPUT}
1110

1211
if [[ ! -z ${SCAN_RESULT} ]]; then
1312
exit 1

codespell.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+



Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)