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 2bde1bf commit ba5fa79Copy full SHA for ba5fa79
.github/scripts/codespell.sh
@@ -3,7 +3,7 @@ set -ex
3
4
# OUTPUT=$1
5
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`
+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`
7
echo -e "${SCAN_RESULT}"
8
# echo -e "${SCAN_RESULT}" > ${OUTPUT}
9
# cat ${OUTPUT}
0 commit comments