diff options
Diffstat (limited to 'misc/scripts/codespell.sh')
-rwxr-xr-x | misc/scripts/codespell.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/scripts/codespell.sh b/misc/scripts/codespell.sh new file mode 100755 index 0000000000..4cc01ec637 --- /dev/null +++ b/misc/scripts/codespell.sh @@ -0,0 +1,5 @@ +#!/bin/sh +SKIP_LIST="./thirdparty,*.gen.*,*.po,*.pot,package-lock.json,./core/string/locales.h,./DONORS.md,./misc/dist/linux/org.godotengine.Godot.desktop,./misc/scripts/codespell.sh" +IGNORE_LIST="alo,ba,childs,complies,curvelinear,doubleclick,expct,fave,findn,gird,gud,inout,lod,nd,numer,ois,readded,ro,sav,statics,te,varius,varn,wan" + +codespell -w -q 3 -S "${SKIP_LIST}" -L "${IGNORE_LIST}" |