forked from juspay/hyperswitch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.typos.toml
42 lines (39 loc) · 1.6 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
[default]
check-filename = true
[default.extend-identifiers]
BA = "BA" # Bosnia and Herzegovina country code
CAF = "CAF" # Central African Republic country code
flate2 = "flate2"
FO = "FO" # Faroe Islands (the) country code
HypoNoeLbFurNiederosterreichUWien = "HypoNoeLbFurNiederosterreichUWien"
hypo_noe_lb_fur_niederosterreich_u_wien = "hypo_noe_lb_fur_niederosterreich_u_wien"
NAM = "NAM" # Namibia country code
ND = "ND" # North Dakota state code
payment_vas = "payment_vas"
PaymentVas = "PaymentVas"
RegioBank = "RegioBank"
SOM = "SOM" # Somalia country code
THA = "THA" # Thailand country code
ZAR = "ZAR" # South African Rand currency code
SUR = "SUR" # Single South American currency code
passord = "passord" # name of a css class for adyen ui test
bottm = "bottm" # name of a css class for nexinets ui test
klick = "klick" # Swedish word for clicks
optin = "optin" # Boku preflow name
optin_id = "optin_id" # Boku's id for optin flow
deriver = "deriver"
Deriver = "Deriver"
[default.extend-words]
aci = "aci" # Name of a connector
encrypter = "encrypter" # Used by the `ring` crate
nin = "nin" # National identification number, a field used by PayU connector
substituters = "substituters" # Present in `flake.nix`
unsuccess = "unsuccess" # Used in cryptopay request
ba = "ba" # ignore minor commit conversions
ede = "ede" # ignore minor commit conversions
daa = "daa" # Commit id
[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
]