matrix-spec/.github/_typos.toml
Kévin Commaille 8bedf3882c
Ignore typos in copyright statements (#2373)
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-12 16:22:18 +01: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"