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 63557be commit 151e79cCopy full SHA for 151e79c
.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=3 --skip "*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp" -i 0 -L "ASSER,Tne,ba,BA" -H --count`
+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`
8
echo -e "${SCAN_RESULT}"
9
echo -e "${SCAN_RESULT}" > ${OUTPUT}
10
cat ${OUTPUT}
0 commit comments