mirror of https://github.com/godotengine/godot
Using codespell 2.1.0.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
readded
seeked
statics
synching
te
uint
unselect
webp
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| build_scripts | ||
| doc_classes | ||
| editor | ||
| glue | ||
| icons | ||
| mono_gd | ||
| utils | ||
| .editorconfig | ||
| .gitignore | ||
| SCsub | ||
| __init__.py | ||
| class_db_api_json.cpp | ||
| class_db_api_json.h | ||
| config.py | ||
| csharp_script.cpp | ||
| csharp_script.h | ||
| godotsharp_defs.h | ||
| godotsharp_dirs.cpp | ||
| godotsharp_dirs.h | ||
| mono_gc_handle.cpp | ||
| mono_gc_handle.h | ||
| register_types.cpp | ||
| register_types.h | ||
| signal_awaiter_utils.cpp | ||
| signal_awaiter_utils.h | ||