From ecc93014da6bb864f438cfa11b772c62b7a41207 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 28 Jun 2020 16:14:05 +0100 Subject: [PATCH] Skip and ignore some stuff --- .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 f39b30505..47ead2316 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -12,4 +12,5 @@ jobs: - uses: codespell-project/actions-codespell@master with: check_filenames: true - skip: ./.git + skip: ./.git,./data/territory_languages.json,./data/imagery.json,./data/languages.json,./data/locales.json,./data/address_formats.json,./dist/locales/,./docs/img/,./dist/img/ + ignore_words_list: "nd,chancel"