7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
|
|
[codespell]
|
||
|
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||
|
|
skip = .git*,vendor,*-lock.yaml,*.lock,.codespellrc,*test.ts
|
||
|
|
check-hidden = true
|
||
|
|
ignore-regex = ^\s*"image/\S+": ".*|\b(afterAll)\b
|
||
|
|
ignore-words-list = ratatui,ser
|