Skip to content

Commit

Permalink
update spellcheck/dictionary based on joel's fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kakucodes committed Sep 18, 2024
1 parent 31bb91f commit c22de2d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 25 deletions.
55 changes: 30 additions & 25 deletions cspell-custom-words.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
acala
Acala
acala
Acks
Alertmanager
algod
Expand All @@ -12,8 +12,8 @@ authorisation
authorise
authorised
backdoors
bech
Bech
bech
behaviour
Berachain
bigset
Expand All @@ -25,8 +25,8 @@ bytecodes
callstack
ccqlistener
CCTP
celestia
Celestia
celestia
celo
certusone
Chainlink
Expand All @@ -37,17 +37,17 @@ Concat
conftest
Cosm
cosmoshub
cosmwasm
Cosmwasm
cosmwasm
counterparty
cpus
crosschain
Cyfrin
datagram
denoms
devnet
dymension
Dymension
dymension
ethcrypto
ethersproject
ETHRPC
Expand All @@ -59,45 +59,45 @@ funder
gogoproto
goimports
gossipv
guardiand
GUARDIAND
guardiand
guardiand's
Hacken
hashdump
healthcheck
Healthcheck
healthcheck
hexdump
holesky
Holesky
holesky
horcrux
ICCO
incentivized
incentivizing
initialisation
initialised
initialiser
injective
Injective
injective
inotify
intcblock
ints
Ints
ints
IPFS
journalctl
karura
Karura
karura
Keccak
kevm
KEVM
kevm
keymap
keytool
klaytn
Klaytn
klaytn
kompiled
kompiles
Kudelski
kujira
Kujira
kujira
lamports
lastrun
libp
Expand All @@ -113,11 +113,12 @@ moonscan
moretags
Neodyme
nhooyr
obsv
Nygard
Obsv
obsv
optimisation
optin
Optin
optin
parachain
pdas
permissioned
Expand All @@ -128,16 +129,17 @@ Polkadot
Positionals
prefunded
promauto
proto
Proto
proto
protobuf
protos
prototxt
Pryce's
pubkey
pushbytes
pushint
pytest
Pytest
pytest
pythnet
QUIC
ramfs
Expand All @@ -155,26 +157,28 @@ seievm
Sepolia
serde
setcap
snaxchain
SnaxChain
solana
snaxchain
Solana
solana
Solana's
spydk
Starport
statesync
Strangelove
struct
structs
subdenom
subdenoms
Subdenoms
subdenoms
supermajority
superminority
tendermint
Tendermint
tendermint
terrad
tokenbridge
tokenfactory
toolset
trustlessly
tsig
tsproto
Expand All @@ -196,14 +200,15 @@ vimdiff
vphash
wasmhooks
wasms
wasmvm
WORKDIR
wormchain
Wormchain
wormchain
wormchaind
Wormholescan
wormscan
wormscanurl
xlayer
xpla
XPLA
Zellic
xpla
Zellic
6 changes: 6 additions & 0 deletions scripts/sort-cspell-custom-words.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# This script sorts the custom words in cspell-custom-words.txt alphabetically
# and includes duplicate words.
#
# Note: Run this script from the root of the project.
sort cspell-custom-words.txt -o cspell-custom-words.txt -f

0 comments on commit c22de2d

Please sign in to comment.