Skip and ignore some stuff

This commit is contained in:
Peter Newman
2020-06-28 16:14:05 +01:00
committed by GitHub
parent 9c5f408c7d
commit ecc93014da

View File

@@ -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"