forked from authelia/authelia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.typos.toml
More file actions
77 lines (75 loc) · 1.54 KB
/
Copy path.typos.toml
File metadata and controls
77 lines (75 loc) · 1.54 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[default]
locale = "en-us"
[default.extend-words]
# RFC 8176 fingerprint authentication method reference
fpt = "fpt"
# SMTP protocol command (not "hello")
HELO = "HELO"
helo = "helo"
# MITRE Corporation (proper noun, not "miter")
MITRE = "MITRE"
# HashiCorp (proper noun)
Hashi = "Hashi"
# Go variadic parameter name
datas = "datas"
# Contributor initials (FlorianObermayer)
fo = "fo"
Fo = "Fo"
FO = "FO"
# Test OAuth2 session identifier
ot = "ot"
Ot = "Ot"
# Test data for middleware sequence
acn = "acn"
ACN = "ACN"
# in-toto attestation format filename
intoto = "intoto"
# Intentional test endpoint name
anothe = "anothe"
# Appears in base64-encoded RSA key test data
fot = "fot"
Fot = "Fot"
# Fragments inside base64, tokens, hashes, and encoded test data
nd = "nd"
Nd = "Nd"
ND = "ND"
ba = "ba"
Ba = "Ba"
BA = "BA"
ue = "ue"
Ue = "Ue"
UE = "UE"
iy = "iy"
Iy = "Iy"
Iz = "Iz"
Pn = "Pn"
Thi = "Thi"
ABOV = "ABOV"
MYE = "MYE"
# Test data values (intentional misspellings in test inputs)
hass = "hass"
cpy = "cpy"
peom = "peom"
[files]
ignore-hidden = false
extend-exclude = [
".git/",
"*.svg",
"go.sum",
"*-lock.yaml",
"*.css",
"*.pem",
"*.crt",
"*.crl",
"*.csr",
"docs/static/schemas/",
"docs/static/keys/",
"**/locales/*/",
"!**/locales/en/",
# Third-party config files (not ours to fix)
"internal/suites/example/compose/squid/",
"internal/suites/example/compose/redis/",
"internal/suites/example/compose/haproxy/",
"internal/suites/example/compose/ldap/",
"internal/suites/example/kube/ldap/",
]