codespell: forbid British English · jj-vcs/jj@93368f1

1 min read Original article ↗

@@ -42,5 +42,6 @@ check-hidden = true

4242

# if you have less common ignored files or globally ignored files present.

4343

# Alternatively, try `uv run codespell $(jj file list)`.

4444

skip = "./target,./.jj,*.lock,./.git,./.venv,./.direnv"

45-

ignore-words-list = "crate,ser,NotIn,Wirth,abd,ratatui"

45+

ignore-words-list = "crate,ser,NotIn,Wirth,abd,ratatui,grey"

4646

dictionary = ".config/codespell-additional-dict,-"

47+

builtin = "clear,rare,en-GB_to_en-US"