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