matrix-spec/.github/_typos.toml
Kévin Commaille e57bcd5c60
Ignore typos in copyright statements
Those lines may contain a first or last name that can be wrongfully
detected as typos.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2026-05-08 09:41:27 +02:00

20 lines
517 B
TOML

[files]
extend-exclude = ["/themes", "/attic", "/data-definitions", "*.css", "syntax.scss", "package-lock.json"]
[default]
check-filename = true
extend-ignore-re = [
# Ignore lines that start with `# Copyright ` (i.e. comments containing a
# copyright statement in YAML files), they may contain a first or last name
# that can be wrongfully detected as typos.
"(?Rm)^#\\s*Copyright\\s.*$",
]
[default.extend-identifiers]
au1ba7o = "au1ba7o"
[default.extend-words]
Appy = "Appy"
fo = "fo"
Iy = "Iy"