Skip to content

Commit

Permalink
Add config file for ignored words.
Browse files Browse the repository at this point in the history
  • Loading branch information
danidrasovean committed Nov 6, 2024
1 parent 4cc1230 commit 885a4e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .codespell
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[codespell]
ignore-words-list = crate
2 changes: 1 addition & 1 deletion .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: pip install codespell

- name: Run spell check
run: codespell docs/ --ignore-words-list="crate" --check-hidden
run: codespell docs/ --config .codespell

0 comments on commit 885a4e7

Please sign in to comment.