We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea45b80 commit d246b8fCopy full SHA for d246b8f
.codespellrc
@@ -2,4 +2,4 @@
2
skip = .git,.gitlab-ci-local,*.eps,*.pdf,*.css_t,AUTHORS,*build*,*.mob,./cmake-*,./venv
3
ignore-words = ./utils/codespell-ignored-words
4
exclude-file = ./utils/codespell-ignored-lines
5
-regex = (?<![a-z])[a-z']+|[A-Z][a-z']*|[a-z]+'[a-z]*|[a-z]+(?=[_-])|[a-z]+(?=[A-Z])|\d+
+regex = (?<![a-zà-öø-ÿ])[a-zà-öø-ÿ'`]+|[A-ZÀ-ÖØ-Þ][a-zà-öø-ÿ'`]*|[a-zà-öø-ÿ]+'[a-zà-öø-ÿ]*|[a-zà-öø-ÿ]+(?=[_-])|[a-zà-öø-ÿ]+(?=[A-ZÀ-ÖØ-Þ])|\d+
0 commit comments