From 2e885699142f2e508fdc2339005e5fb3a58bdc42 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Wed, 9 Dec 2020 20:58:16 +0000 Subject: [PATCH] Ignore another typo as it's in the changelog We should perhaps add an ignore lines file --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 21f9c6678..8e6bd2b98 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,5 +13,5 @@ jobs: with: check_filenames: true skip: ./.git,./data/territory_languages.json,./data/imagery.json,./data/languages.json,./data/address_formats.json,./dist/locales,./docs/img,./dist/img - ignore_words_list: "auxilary,casette,cemetary,chancel,childs,extentions,files',froms,generat,guerilla,kindergarden,nd,specialties,vias,visibles,tos" + ignore_words_list: "auxilary,casette,cemetary,chancel,childs,extentions,files',froms,generat,guerilla,kindergarden,nd,specialties,vias,visibles,tos,sculpter" only_warn: 1