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 36eddc3 commit 63557beCopy full SHA for 63557be
.github/scripts/codespell.sh
@@ -4,7 +4,7 @@ set -ex
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"
6
7
-SCAN_RESULT=`codespell --quiet-level=2 --skip "*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp" -L "ASSER,Tne,ba,BA"`
+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`
8
echo -e "${SCAN_RESULT}"
9
echo -e "${SCAN_RESULT}" > ${OUTPUT}
10
cat ${OUTPUT}
0 commit comments