codespell: Update codespell to skip svg files
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[codespell]
|
[codespell]
|
||||||
skip = .git,.gitlab-ci-local,*.eps,*.pdf,*.css_t,AUTHORS,*build*,*.mob,./cmake-*,./venv
|
skip = .git,.gitlab-ci-local,*.eps,*.pdf,*.svg,*.css_t,AUTHORS,*build*,*.mob,./cmake-*,./venv
|
||||||
ignore-words = ./utils/codespell-ignored-words
|
ignore-words = ./utils/codespell-ignored-words
|
||||||
exclude-file = ./utils/codespell-ignored-lines
|
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+
|
regex = (?<![a-zà-öø-ÿ])[a-zà-öø-ÿ'`]+|[A-ZÀ-ÖØ-Þ][a-zà-öø-ÿ'`]*|[a-zà-öø-ÿ]+'[a-zà-öø-ÿ]*|[a-zà-öø-ÿ]+(?=[_-])|[a-zà-öø-ÿ]+(?=[A-ZÀ-ÖØ-Þ])|\d+
|
||||||
|
|||||||
Reference in New Issue
Block a user