forked from juspay/hyperswitch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.typos.toml
24 lines (21 loc) · 874 Bytes
/
.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
[default]
check-filename = true
[default.extend-identifiers]
BA = "BA" # Bosnia and Herzegovina country code
flate2 = "flate2"
FO = "FO" # Faroe Islands (the) country code
payment_vas = "payment_vas"
PaymentVas = "PaymentVas"
HypoNoeLbFurNiederosterreichUWien = "HypoNoeLbFurNiederosterreichUWien"
hypo_noe_lb_fur_niederosterreich_u_wien = "hypo_noe_lb_fur_niederosterreich_u_wien"
SOM = "SOM" # Somalia country code
THA = "THA" # Thailand country code
[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`
[files]
extend-exclude = [
"config/redis.conf", # `typos` also checked "AKE" in the file, which is present as a quoted string
]