-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathtypos.toml
More file actions
34 lines (32 loc) · 953 Bytes
/
typos.toml
File metadata and controls
34 lines (32 loc) · 953 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
[files]
extend-exclude = [
# Conformance fixtures are extracted from Angular's TypeScript specs
"crates/angular_conformance/fixtures/",
# HTML entities are spec-defined names, not English words
"crates/oxc_angular_compiler/src/parser/html/entities.rs",
# E2E comparison fixtures contain CSS/HTML test strings
"napi/angular-compiler/e2e/",
]
[default.extend-words]
# IIFE = Immediately Invoked Function Expression (standard JS term)
IIFEs = "IIFEs"
IIF = "IIF"
# Jasmine disabled test markers
xdescribe = "xdescribe"
xit = "xit"
# Variable name for PrefixNot
pn = "pn"
# "mis-select" is intentional in comments
mis = "mis"
# German i18n test data
alle = "alle"
Sie = "Sie"
ein = "ein"
Elemente = "Elemente"
# Angular template test data: "d.ot" is a dotted property binding
ot = "ot"
# "mergable" used in original Angular source comment
mergable = "mergable"
[default.extend-identifiers]
# HTML entity names (spec-defined)
becaus = "becaus"