mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Add rudimentary codespell config
This commit is contained in:
parent
cafa67a583
commit
6efeb666af
1 changed files with 7 additions and 0 deletions
7
.codespellrc
Normal file
7
.codespellrc
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[codespell]
|
||||||
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
|
skip = .git*,*.pdf,.codespellrc
|
||||||
|
check-hidden = true
|
||||||
|
# names, case sensitive
|
||||||
|
ignore-regex = \bWille\b
|
||||||
|
# ignore-words-list =
|
||||||
Loading…
Add table
Add a link
Reference in a new issue