-
Notifications
You must be signed in to change notification settings - Fork 268
Expand file tree
/
Copy pathtypos.toml
More file actions
50 lines (39 loc) · 1.69 KB
/
Copy pathtypos.toml
File metadata and controls
50 lines (39 loc) · 1.69 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
# Typos configuration for connector-service
# This file configures the typos spell checker to handle domain-specific terminology
# Exclude generated files from spell checking
[files]
extend-exclude = [
"data/field_probe/*.json", # Generated probe output with base64 signatures
"docs/all_connector.md", # Generated summary with truncated error messages
"crates/internal/integration-tests/**",
"docs-generated/all_connector.md", # Generated summary with truncated error messages
]
[default.extend-words]
# Third-party crate API identifiers — josekit's upstream method is
# `encrypter_from_pem` (alternative spelling of "encryptor").
encrypter = "encrypter"
# Financial and payment industry terms
Iin = "Iin" # Issuer Identification Number - valid financial term
IIN = "IIN" # Issuer Identification Number - acronym
# Code abbreviations and variable names
AER = "AER" # ApiErrorResponse - internal abbreviation
Aci = "Aci" # Payment processor name
# Bank and institution names (European banks)
Noe = "Noe" # Part of bank name "HypoNoeLbFurNiederosterreichUWien"
# Currency codes (ISO 4217)
JOD = "JOD" # Jordanian Dinar
Jod = "Jod" # Jordanian Dinar (capitalized)
# Country codes (ISO 3166-1 alpha-2)
BA = "BA" # Bosnia and Herzegovina
FO = "FO" # Faroe Islands
PN = "PN" # Pitcairn Islands
ND = "ND" # North Dakota
# Financial transaction status codes
FPR = "FPR" # Financial processing response code
# PayPal error code strings
UNSUPPORT = "UNSUPPORT" # PayPal error string prefix
# Company/executable names
jus = "jus" # Company executable name
[default.extend-identifiers]
# Custom field name required by external API
unsuccess_redirect_url = "unsuccess_redirect_url"