forked from juspay/hyperswitch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.typos.toml
69 lines (65 loc) · 2.74 KB
/
.typos.toml
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
[default]
check-filename = true
[default.extend-identifiers]
ABD = "ABD" # Aberdeenshire, UK ISO 3166-2 code
ACTIVITE = "ACTIVITE" # French translation of activity
AER = "AER" # An alias to Api Error Response
ANG = "ANG" # Netherlands Antillean guilder currency code
BA = "BA" # Bosnia and Herzegovina country code
bottm = "bottm" # name of a css class for nexinets ui test
CAF = "CAF" # Central African Republic country code
FO = "FO" # Faroe Islands (the) country code
flate2 = "flate2"
hd = "hd" # animation data parameter
HypoNoeLbFurNiederosterreichUWien = "HypoNoeLbFurNiederosterreichUWien"
hypo_noe_lb_fur_niederosterreich_u_wien = "hypo_noe_lb_fur_niederosterreich_u_wien"
IOT = "IOT" # British Indian Ocean Territory country code
klick = "klick" # Swedish word for clicks
LSO = "LSO" # Lesotho country code
NAM = "NAM" # Namibia country code
ND = "ND" # North Dakota state code
optin = "optin" # Boku preflow name
optin_id = "optin_id" # Boku's id for optin flow
passord = "passord" # name of a css class for adyen ui test
payment_vas = "payment_vas"
PaymentVas = "PaymentVas"
PN = "PN" # Pitcairn country code
RegioBank = "RegioBank"
RO = "RO" # Romania country code
skip_ws = "skip_ws" # skip white space
SOM = "SOM" # Somalia country code
SUR = "SUR" # Single South American currency code
THA = "THA" # Thailand country code
TTO = "TTO" # Trinidad and Tobago country code
WS = "WS" # Samoa country code
ws = "ws" # Web socket
ws2ipdef = "ws2ipdef" # WinSock Extension
ws2tcpip = "ws2tcpip" # WinSock Extension
ZAR = "ZAR" # South African Rand currency code
JOD = "JOD" # Jordan currency code
UE_000 = "UE_000" #default unified error code
[default.extend-words]
aci = "aci" # Name of a connector
afe = "afe" # Commit id
ba = "ba" # ignore minor commit conversions
daa = "daa" # Commit id
deriver = "deriver"
ede = "ede" # ignore minor commit conversions
encrypter = "encrypter" # Used by the `ring` crate
guid = "guid" # globally unique identifier
Hashi = "Hashi" # HashiCorp
iin = "iin" # Card iin
kms = "kms" # Key management service
nin = "nin" # National identification number, a field used by PayU connector
requestor = "requestor" #Used in external 3ds flows
substituters = "substituters" # Present in `flake.nix`
unsuccess = "unsuccess" # Used in cryptopay request
[files]
extend-exclude = [
"config/redis.conf", # `typos` also checked "AKE" in the file, which is present as a quoted string
"openapi/open_api_spec.yaml", # no longer updated
"crates/router/src/utils/user/blocker_emails.txt", # this file contains various email domains
"CHANGELOG.md", # This file contains all the commits
"crates/router/locales/*.yml", # locales
"crates/router/src/core/payment_link/locale.js", # this file contains conversion of static strings in various languages
]