From 80fbc720267896eb22438c2dada1804e0370b0dd Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Mon, 5 Oct 2020 16:23:03 +0100 Subject: [PATCH] Add another exception and only warn on typos --- .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 e58540aa3..790fc5273 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,4 +13,5 @@ jobs: 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,./data/presets/categories.json,./data/presets/fields.json,./data/presets/presets.json,./data/presets.yaml,./data/taginfo.json - ignore_words_list: "nd,chancel" + ignore_words_list: "chancel,nd,specialties" + only_warn: 1