Add rudimentary codespell config
This commit is contained in:
parent
7166977c5a
commit
b67bf71199
6
.codespellrc
Normal file
6
.codespellrc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[codespell]
|
||||||
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
|
skip = .git*,*.svg,package-lock.json,vendor,*-lock.yaml,*.css,.codespellrc
|
||||||
|
check-hidden = true
|
||||||
|
# ignore-regex =
|
||||||
|
# ignore-words-list =
|
||||||
Loading…
Reference in New Issue
Block a user