Skip to content

Commit 63557be

Browse files
committed
codespell detecting hidden files
1 parent 36eddc3 commit 63557be

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
@@ -4,7 +4,7 @@ set -ex
44
OUTPUT=$1
55
# codespell --quiet-level=2 --skip "*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp" -i 0 -L "ASSER,Tne,ba,BA"
66

7-
SCAN_RESULT=`codespell --quiet-level=2 --skip "*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp" -L "ASSER,Tne,ba,BA"`
7+
SCAN_RESULT=`codespell --quiet-level=3 --skip "*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp" -i 0 -L "ASSER,Tne,ba,BA" -H --count`
88
echo -e "${SCAN_RESULT}"
99
echo -e "${SCAN_RESULT}" > ${OUTPUT}
1010
cat ${OUTPUT}

0 commit comments

Comments
 (0)