Skip to content

Commit

Permalink
codespell.yml: add a proper name to our changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr authored Oct 2, 2024
1 parent acdc42f commit fd6d34d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
check_filenames: true
check_hidden: true
skip: ./target,./.jj,*.lock
ignore_words_list: crate,NotIn
# `Wirth` is the proper name of one of our contributors in the changelog.
# It seems Codespell does not allow per-file ignore_word_list.
ignore_words_list: crate,NotIn,Wirth

0 comments on commit fd6d34d

Please sign in to comment.