summaryrefslogtreecommitdiffstats
path: root/misc/scripts/codespell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/scripts/codespell.sh')
-rw-r--r--misc/scripts/codespell.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/misc/scripts/codespell.sh b/misc/scripts/codespell.sh
deleted file mode 100644
index 2822c64..0000000
--- a/misc/scripts/codespell.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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,curvelinear,expct,fave,findn,gird,inout,lod,nd,numer,ois,ro,statics,te,varn"
-
-codespell -w -q 3 -S "${SKIP_LIST}" -L "${IGNORE_LIST}"