mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-16 23:10:43 +02:00
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>
20 lines
517 B
TOML
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"
|