diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-11-11 23:01:24 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-11-11 23:01:24 +0100 |
commit | ba713c80dfe73d37e51da2e4021d4275f72826bf (patch) | |
tree | 25806b7be95eb6dbfe1de944a37a0183a9dff8cd /misc/scripts/codespell.sh | |
parent | e38686f85b768a451dc06324fe2471adc8665448 (diff) | |
download | redot-engine-ba713c80dfe73d37e51da2e4021d4275f72826bf.tar.gz |
Fix various typos with codespell
Using 2.2.7.dev51+geb4a58fe.
Diffstat (limited to 'misc/scripts/codespell.sh')
-rwxr-xr-x | misc/scripts/codespell.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/scripts/codespell.sh b/misc/scripts/codespell.sh index a55a39bf99..2de440679f 100755 --- a/misc/scripts/codespell.sh +++ b/misc/scripts/codespell.sh @@ -3,6 +3,6 @@ SKIP_LIST="./.*,./**/.*,./bin,./thirdparty,*.desktop,*.gen.*,*.po,*.pot,*.rc,./A SKIP_LIST+="./core/input/gamecontrollerdb.txt,./core/string/locales.h,./editor/renames_map_3_to_4.cpp,./misc/scripts/codespell.sh," SKIP_LIST+="./platform/android/java/lib/src/com,./platform/web/node_modules,./platform/web/package-lock.json," -IGNORE_LIST="curvelinear,doubleclick,expct,findn,gird,hel,inout,lod,mis,nd,numer,ot,requestor,te,vai" +IGNORE_LIST="breaked,curvelinear,doubleclick,expct,findn,gird,hel,inout,lod,mis,nd,numer,ot,requestor,te,vai" codespell -w -q 3 -S "${SKIP_LIST}" -L "${IGNORE_LIST}" --builtin "clear,rare,en-GB_to_en-US" |