mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
* Add docs spelling check * Add codespell config to noxfile and ci * Update README with details on spelling checks Co-authored-by: Maxwell G <9920591+gotmax23@users.noreply.github.com>
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
[codespell]
|
|
skip = _build,collections,*.po,_static,porting_guide*,style_guide
|
|
count =
|
|
check-filenames = true
|
|
quiet-level = 3
|
|
ignore-words = .codespellignorewords
|
|
exclude-file = .codespellignorelines
|
|
builtin = clear,code,en-GB_to_en-US,informal,names,rare
|