summaryrefslogtreecommitdiff
path: root/misc/scripts/codespell.sh
blob: 7c5f824b5e4be851d0fe6818aa4e18560c11f832 (plain)
1
2
3
4
5
#!/bin/sh
SKIP_LIST="./thirdparty,*.gen.*,*.po,*.pot,package-lock.json,./core/string/locales.h,./DONORS.md,./misc/scripts/codespell.sh"
IGNORE_LIST="ba,childs,complies,curvelinear,expct,fave,findn,gird,inout,lod,nd,numer,ois,ro,statics,te,varn"

codespell -w -q 3 -S "${SKIP_LIST}" -L "${IGNORE_LIST}"