summaryrefslogtreecommitdiffstats
path: root/misc/scripts
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-05-08 11:28:34 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-05-08 11:50:55 +0200
commitb226f7e587c4b5093d7bf27a4b0ac687a2d1cd2e (patch)
tree466e3189064f8e250703e38a30d538449fe2753e /misc/scripts
parentbd1bc68ba07e330e814af19faf87d59da3f0ce6f (diff)
downloadredot-engine-b226f7e587c4b5093d7bf27a4b0ac687a2d1cd2e.tar.gz
CI: Make codespell checks blocking, but only check changed files
Diffstat (limited to 'misc/scripts')
-rwxr-xr-xmisc/scripts/codespell.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/scripts/codespell.sh b/misc/scripts/codespell.sh
index 775d193a66..d15b6593f7 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,nd,numer,ot,te"
+IGNORE_LIST="curvelinear,doubleclick,expct,findn,gird,hel,inout,lod,nd,numer,ot,te,vai"
codespell -w -q 3 -S "${SKIP_LIST}" -L "${IGNORE_LIST}" --builtin "clear,rare,en-GB_to_en-US"