Merge pull request #8244 from peternewman/patch-10

Switch to a codespell ignore lines file
This commit is contained in:
John Firebaugh
2021-10-24 11:03:14 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

1
.codespellignorelines Normal file
View File

@@ -0,0 +1 @@
* Rename sculpter to sculptor ([#4504], thanks [@simonpoole])

View File

@@ -13,5 +13,6 @@ jobs:
with:
check_filenames: true
skip: ./.git,./data/territory_languages.json,./data/imagery.json,./data/languages.json,./data/address_formats.json,./dist/locales,./docs/img,./dist/img
ignore_words_list: "auxilary,casette,cemetary,chancel,childs,extentions,files',froms,generat,guerilla,kindergarden,nd,specialties,vias,visibles,tos,sculpter"
ignore_words_list: "auxilary,casette,cemetary,chancel,childs,extentions,files',froms,generat,guerilla,kindergarden,nd,specialties,vias,visibles,tos"
exclude_file: .codespellignorelines
only_warn: 1