Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 229547c

Browse files
authored
Add files via upload
1 parent c69cbf6 commit 229547c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.codespellrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See: https://github.com/codespell-project/codespell#using-a-config-file
2+
[codespell]
3+
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
4+
ignore-words-list = ,
5+
check-filenames =
6+
check-hidden =
7+
skip = ./.git,./src,./examples

0 commit comments

Comments
 (0)