From d76ab299356e6d5bad1e501fb961ae6a2d72e7e7 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 28 Jun 2020 16:25:58 +0100 Subject: [PATCH] Skip some other auto-generated files --- .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 47ead2316..c87418bce 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -12,5 +12,5 @@ jobs: - uses: codespell-project/actions-codespell@master with: check_filenames: true - 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/ + 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/,./data/presets/categories.json,./data/presets/fields.json,./data/presets/presets.json,./data/presets.yaml,./data/taginfo.json ignore_words_list: "nd,chancel"