diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-23 21:32:19 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-23 21:32:19 +0200 |
commit | 9923851370073ceda72c4f4f7414444742c27562 (patch) | |
tree | b5f112fc5ac4b279788acbac43f378882510fb0f /misc/scripts | |
parent | ad8c50a49c942333b80a6b0a961c2f9b0c986712 (diff) |
Fix typos with codespell
Using codespell 2.2-dev from current git.
Diffstat (limited to 'misc/scripts')
-rw-r--r-- | misc/scripts/codespell.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/scripts/codespell.sh b/misc/scripts/codespell.sh index 7c5f824b5e..f99c5d22b2 100644 --- a/misc/scripts/codespell.sh +++ b/misc/scripts/codespell.sh @@ -1,5 +1,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" +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="ba,childs,complies,curvelinear,expct,fave,findn,gird,inout,lod,nd,numer,ois,ro,statics,te,varius,varn" codespell -w -q 3 -S "${SKIP_LIST}" -L "${IGNORE_LIST}" |