119 lines
2.0 KiB
JSON
119 lines
2.0 KiB
JSON
{
|
|
"version": "0.2",
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
"language": "en-GB",
|
|
"words": [
|
|
"linkability",
|
|
"unlinkability",
|
|
"waku",
|
|
"gossipsub",
|
|
"incentivised",
|
|
"incentivising",
|
|
"incentivisation",
|
|
"RAILGUN",
|
|
"nwaku",
|
|
"deanonymisation",
|
|
"ECIES",
|
|
"enrtree",
|
|
"Discv5",
|
|
"gossipsub",
|
|
"lightpush",
|
|
"pubtopic1",
|
|
"proto",
|
|
"multiaddr",
|
|
"multiaddrs",
|
|
"protobuf",
|
|
"supercrypto",
|
|
"QUIC",
|
|
"dappnode",
|
|
"gameplay",
|
|
"smol",
|
|
"datagram",
|
|
"graphcast",
|
|
"permissionless",
|
|
"Royer",
|
|
"Secureum",
|
|
"Oskar",
|
|
"Thorén",
|
|
"wakunode",
|
|
"autoplay",
|
|
"classwide",
|
|
"devel",
|
|
"statusteam",
|
|
"myaddr",
|
|
"extip",
|
|
"staticnode",
|
|
"secp",
|
|
"libpq",
|
|
"dylib",
|
|
"uncompromised",
|
|
"reactjs",
|
|
"XMTP",
|
|
"permissioned",
|
|
"Václav",
|
|
"Pavlín",
|
|
"Revuelta",
|
|
"trilemma",
|
|
"Alvaro",
|
|
"keyturn",
|
|
"websocat",
|
|
"nwakunode",
|
|
"tlsv",
|
|
"rustup",
|
|
"storenode",
|
|
"nodekey",
|
|
"ecparam",
|
|
"genkey",
|
|
"outform",
|
|
"privkey",
|
|
"fullchain",
|
|
"certbot",
|
|
"letsencrypt",
|
|
"lightpushnode",
|
|
"filternode",
|
|
"instanceof",
|
|
"sepolia",
|
|
"faucet",
|
|
"concat",
|
|
"certonly",
|
|
"txid",
|
|
"baarerstrasse",
|
|
"FDPIC",
|
|
"IPFS",
|
|
"cheatsheet",
|
|
"hacken",
|
|
],
|
|
"flagWords": [],
|
|
"ignorePaths": [
|
|
"package.json",
|
|
"package-lock.json",
|
|
"yarn.lock",
|
|
"tsconfig.json",
|
|
"node_modules/**",
|
|
"docs/guides/nwaku/config-options.md"
|
|
],
|
|
"patterns": [
|
|
{
|
|
"name": "multiaddr",
|
|
"pattern": "/p2p.*/"
|
|
},
|
|
{
|
|
"name": "dnsMultiaddr",
|
|
"pattern": "//dns4.*/"
|
|
},
|
|
{
|
|
"name": "wss",
|
|
"pattern": "/wss:.*/"
|
|
},
|
|
{
|
|
"name": "youtube",
|
|
"pattern": "/< youtube.*/"
|
|
},
|
|
{
|
|
"name": "enrUri",
|
|
"pattern": "/enr:-.*/"
|
|
}
|
|
],
|
|
"ignoreRegExpList": ["multiaddr", "dnsMultiaddr", "wss", "youtube", "enrUri"]
|
|
}
|