Skip to content

Commit 37e9818

Browse files
committed
Add codespell ignore list and rc file
1 parent fc8d510 commit 37e9818

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.codespellrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[codespell]
2+
builtin = clear,rare,en-GB_to_en-US,names,informal,code
3+
check-hidden =
4+
skip = ./.git,./build/*,./stagedir/*,*.log,.*.swp,*~,*.bak,Makefile
5+
quiet-level = 2
6+
# ignore-words = .ignore-words

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ check:
8080
done | tsort > /dev/null
8181

8282
codespell:
83-
codespell -L statics
83+
codespell -L statics,snd,copyable,cancelled
8484

8585
todo:
8686
bin/mk-todo.py

0 commit comments

Comments
 (0)