2023-02-18 00:42:49 -03:00
|
|
|
[codespell]
|
2024-08-14 11:52:54 +01:00
|
|
|
skip = .git,.gitlab-ci-local,*.eps,*.pdf,*.css_t,AUTHORS,*build*,*.mob,./cmake-*,./venv
|
2023-02-18 00:43:21 -03:00
|
|
|
ignore-words = ./utils/codespell-ignored-words
|
|
|
|
|
exclude-file = ./utils/codespell-ignored-lines
|
2023-02-23 19:26:31 -03:00
|
|
|
regex = (?<![a-z])[a-z']+|[A-Z][a-z']*|[a-z]+'[a-z]*|[a-z]+(?=[_-])|[a-z]+(?=[A-Z])|\d+
|