docs/.codespellrc
Yaroslav Halchenko 9ad5f2ab0f Add codespell support (without CI) and make it fix some typos (#536)
Per "request" of @0ko in https://codeberg.org/forgejo/forgejo/pulls/3270#issuecomment-1774032

TODOs
- postponed: how to add codespell (written in Python) to CI -- separate workflow? add to some other step? to some other tool/specification?

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/536
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-committed-by: Yaroslav Halchenko <debian@onerussian.com>
2024-05-05 14:53:04 +00:00

7 lines
231 B
Text

[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,*-lock.yaml,.codespellrc
check-hidden = true
# ALLWAYS - ALL WAYS, config variable
ignore-regex = \bALLWAYS\b
# ignore-words-list =