Skip to content

Commit 906b537

Browse files
committed
CI spellcheck using mintlify'ssetup (vale)
1 parent 9f011e2 commit 906b537

2 files changed

Lines changed: 104 additions & 0 deletions

File tree

.vale.ini

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Top level styles
2+
StylesPath = styles
3+
MinAlertLevel = suggestion
4+
IgnoredScopes = code, tt, img, url, a
5+
SkippedScopes = script, style, pre, figure, code
6+
7+
# Vocabularies
8+
Vocab = DeveloperDocs
9+
10+
# This is required since Vale doesn't officially support MDX
11+
[formats]
12+
mdx = md
13+
14+
# MDX support
15+
[*.mdx]
16+
BasedOnStyles = Vale
17+
Vale.Terms = NO
18+
19+
# `import ...`, `export ...`
20+
# `<Component ... />`
21+
# `<Component>...</Component>`
22+
# `{ ... }`
23+
TokenIgnores = (?sm)((?:import|export) .+?$), \
24+
(?<!`)(<\w+ ?.+ ?\/>)(?!`), \
25+
(<[A-Z]\w+>.+?<\/[A-Z]\w+>)
26+
27+
# Exclude:
28+
# `<Component \n ... />`
29+
BlockIgnores = (?sm)^(<\w+\n .*\s\/>)$, \
30+
(?sm)^({.+.*})
31+
32+
CommentDelimiters = {/*, */}
33+
34+
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
Blockscout
2+
bytestring
3+
contractname
4+
deeplink
5+
defi
6+
delegatecall
7+
diarias
8+
Disponibles
9+
están
10+
fintech
11+
Holdstation
12+
idkit
13+
IPFS
14+
keccak
15+
keypair
16+
Lazo
17+
listas
18+
localisations
19+
localised
20+
Mateo
21+
merkle
22+
miniapp
23+
miniapps
24+
minikit
25+
mistico
26+
onramps
27+
PAYG
28+
permissionlessly
29+
personhood
30+
prêtes
31+
quotidiennes
32+
Recompensas
33+
Récompenses
34+
Salut
35+
Sauton
36+
SIWE
37+
sont
38+
spammy
39+
superchain
40+
tamperable
41+
thirdweb
42+
tute
43+
viem
44+
virality
45+
vuni
46+
worldapp
47+
worldchain
48+
worldcoin
49+
Worldscan
50+
blockchain
51+
Duolingo’s
52+
webview
53+
Ethereum
54+
pragma
55+
Sepolia
56+
crypto
57+
IDKit
58+
verifyProof
59+
befor
60+
unpackedProof
61+
SDKs
62+
Testnet
63+
testnets
64+
Worldcoin’s
65+
signup
66+
proxied
67+
groupId
68+
signalHash
69+
sybil
70+

0 commit comments

Comments
 (0)