-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.typos.toml
More file actions
43 lines (34 loc) · 1017 Bytes
/
.typos.toml
File metadata and controls
43 lines (34 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
[default.extend-words]
muhc = "muhc"
ser = "ser" # Part of SerNum
# French
annonce = "annonce"
autorisation = "autorisation"
collecte = "collecte"
informations = "informations"
sur = "sur"
# Lorem ipsum
varius = "varius"
ridiculus = "ridiculus"
# Predefined attributes
itms = "itms"
[default]
extend-ignore-re = [
# Commit hashes in CHANGELOG.md
"\\[[0-9a-f]{7}\\]",
]
[files]
extend-exclude = [
"src/Languages/appTranslationTablesViews/*/fr.json",
"**/fr.html",
"src/Languages/angular-locales/angular-locale_de-ca.js",
"src/Languages/appTranslationTablesViews/*/de.json",
"src/Languages/angular-locales/angular-locale_ga-ca.js",
"src/Languages/appTranslationTablesViews/*/ga.json",
"LICENSES/*",
"src/lib/ui-bootstrap-tpls-2.5.6-original.js",
"REUSE.toml",
]