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
|
2025-02-04 20:30:31 +01:00
|
|
|
regex = (?<![a-zà-öø-ÿ])[a-zà-öø-ÿ'`]+|[A-ZÀ-ÖØ-Þ][a-zà-öø-ÿ'`]*|[a-zà-öø-ÿ]+'[a-zà-öø-ÿ]*|[a-zà-öø-ÿ]+(?=[_-])|[a-zà-öø-ÿ]+(?=[A-ZÀ-ÖØ-Þ])|\d+
|