mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
We don't want to spell check these. We have removed the in-repo intersphinx inventories from devel, but they exist on older branches. There's no harm in also including the ignores on devel, and it makes sense to keep the configuration consistent. Co-authored-by: Maxwell G <maxwell@gtmx.me>
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
[codespell]
|
|
skip = _build,collections,*.po,_static,porting_guide*,style_guide,*.inv
|
|
count =
|
|
check-filenames = true
|
|
quiet-level = 3
|
|
ignore-words = .codespellignorewords
|
|
exclude-file = .codespellignorelines
|
|
builtin = clear,code,en-GB_to_en-US,informal,names,rare
|