mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
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
|