Skip to content

Commit

Permalink
ignore some directories in codespell checks (#8953)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage authored Oct 21, 2024
1 parent 9073928 commit 01fa12b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[codespell]
ignore-words-list=crate,Sur,inout,Groth,groth,re-use,
exclude-file=book/mermaid.min.js
ignore-words-list = crate,Sur,inout,Groth,groth,re-use,
exclude-file = book/mermaid.min.js
skip = ./zebra-rpc/qa/rpc-tests,./supply-chain

0 comments on commit 01fa12b

Please sign in to comment.