Skip to content

Commit ba63768

Browse files
committed
Add new ignores in codespell for local runs
This commit adds both a path ignore for the fuzz corpus and a word skip because python uniffi can't spell reusable.
1 parent eb92b92 commit ba63768

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.codespellrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
2-
skip = .git,target,Cargo.toml,Cargo.lock,Cargo-minimal.lock,Cargo-recent.lock,package-lock.json
3-
ignore-words-list = crate,ser,ot
2+
skip = .git,target,Cargo.toml,Cargo.lock,Cargo-minimal.lock,Cargo-recent.lock,package-lock.json,./fuzz/corpus
3+
ignore-words-list = crate,ser,ot,re-useable

0 commit comments

Comments
 (0)