From 5451e5844a8131c62e203f054d47ee45eeb49252 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Fri, 11 Dec 2020 01:29:09 +0000 Subject: [PATCH 1/2] Add a codespellignorelines file --- .codespellignorelines | 1 + 1 file changed, 1 insertion(+) create mode 100644 .codespellignorelines diff --git a/.codespellignorelines b/.codespellignorelines new file mode 100644 index 000000000..09d3bb2bc --- /dev/null +++ b/.codespellignorelines @@ -0,0 +1 @@ +* Rename sculpter to sculptor ([#4504], thanks [@simonpoole]) From 19862f4f99b430308131849b5b5db65f7e2f3aaf Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Fri, 11 Dec 2020 01:32:14 +0000 Subject: [PATCH 2/2] Use the .codespellignorelines file --- .github/workflows/codespell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 8e6bd2b98..a6013fd14 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,5 +13,6 @@ 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,sculpter" + ignore_words_list: "auxilary,casette,cemetary,chancel,childs,extentions,files',froms,generat,guerilla,kindergarden,nd,specialties,vias,visibles,tos" + exclude_file: .codespellignorelines only_warn: 1