summaryrefslogtreecommitdiffstats
path: root/misc/scripts/codespell.sh
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-05-08 18:22:59 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-05-08 18:22:59 +0200
commit4778b24366fbcc216d9d59fafbbb7505c371dd1d (patch)
tree50aacf8bab9ce654952356dff875084bd9af7d03 /misc/scripts/codespell.sh
parent15d20000fafeb511e34f1687e5a1b68ace60b226 (diff)
parentdf969ff7426d61c8d32f3a89ec461b47b34e83b2 (diff)
downloadredot-engine-4778b24366fbcc216d9d59fafbbb7505c371dd1d.tar.gz
Merge pull request #91597 from Repiteo/ci/pre-commit-handle-everything
CI: Overhaul static checks to use `pre-commit`
Diffstat (limited to 'misc/scripts/codespell.sh')
-rwxr-xr-xmisc/scripts/codespell.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/misc/scripts/codespell.sh b/misc/scripts/codespell.sh
deleted file mode 100755
index ef361a6495..0000000000
--- a/misc/scripts/codespell.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-SKIP_LIST="./.*,./**/.*,./bin,./thirdparty,*.desktop,*.gen.*,*.po,*.pot,*.rc,./AUTHORS.md,./COPYRIGHT.txt,./DONORS.md,"
-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="breaked,cancelled,colour,curvelinear,doubleclick,expct,findn,gird,hel,inout,lod,mis,nd,numer,ot,requestor,te,thirdparty,vai"
-
-codespell -w -q 3 -S "${SKIP_LIST}" -L "${IGNORE_LIST}" --builtin "clear,rare,en-GB_to_en-US"