6 lines
282 B
Plaintext
6 lines
282 B
Plaintext
[codespell]
|
|
skip = .git,.gitlab-ci-local,*.eps,*.pdf,*.css_t,AUTHORS,*build*,*.mob,./cmake-*,./venv
|
|
ignore-words = ./utils/codespell-ignored-words
|
|
exclude-file = ./utils/codespell-ignored-lines
|
|
regex = (?<![a-z])[a-z']+|[A-Z][a-z']*|[a-z]+'[a-z]*|[a-z]+(?=[_-])|[a-z]+(?=[A-Z])|\d+
|