Cleanup: spelling (make check_spelling_*)

Also exclude some files that have too many false positives.
This commit is contained in:
Campbell Barton
2025-07-20 14:39:42 +10:00
parent 732436946e
commit e5947bdf63
8 changed files with 20 additions and 19 deletions

View File

@@ -905,6 +905,8 @@ dict_ignore_hyphenated_suffix = {
}
files_ignore = {
"scripts/modules/bl_i18n_utils/utils_spell_check.py", # UI spelling, doesn't always match code spelling.
"tools/utils/git_data_canonical_authors.py", # Too many names which aren't in the dictionary.
"tools/utils_doc/rna_manual_reference_updater.py", # Contains language ID references.
# Maintained by 3rd parties.