Skip to content

Commit 52a74cc

Browse files
authored
Add new ignores in codespell for local runs (#1340)
2 parents cbd30de + ba63768 commit 52a74cc

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)