mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Add another exception and only warn on typos
This commit is contained in:
3
.github/workflows/codespell.yml
vendored
3
.github/workflows/codespell.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user