Skip to content

Commit 0bf69e0

Browse files
committed
Add codespell config
1 parent 418aa02 commit 0bf69e0

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+
[codespell]
2+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3+
skip = .git*,*.svg,package-lock.json,.codespellrc,locales
4+
check-hidden = true
5+
# mixed case words starting with small letter, some latin
6+
ignore-regex = \b[a-z]+[A-Z][a-zA-Z]*\b|.*Nam a nibh.*
7+
# ignore-words-list =

0 commit comments

Comments
 (0)