codespell: Add .direnv to skip list
This commit is contained in:
parent
8a38fa8c73
commit
f00a1624df
|
|
@ -1,5 +1,5 @@
|
||||||
[codespell]
|
[codespell]
|
||||||
skip = .git*,*.lock,.codespellrc,target,.jj
|
skip = .git*,*.lock,.codespellrc,target,.jj,.direnv
|
||||||
check-hidden = true
|
check-hidden = true
|
||||||
ignore-words-list = ser,set,noes
|
ignore-words-list = ser,set,noes
|
||||||
dictionary = .codespell-dictionary.txt,-
|
dictionary = .codespell-dictionary.txt,-
|
||||||
Loading…
Reference in New Issue