mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-05-28 20:09:38 +00:00
fix: change enrtree public key to pattern
This commit is contained in:
parent
1bd7597db4
commit
48dc57a876
@ -3,7 +3,6 @@
|
|||||||
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
||||||
"language": "en",
|
"language": "en",
|
||||||
"words": [
|
"words": [
|
||||||
"AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM",
|
|
||||||
"asym",
|
"asym",
|
||||||
"backoff",
|
"backoff",
|
||||||
"backoffs",
|
"backoffs",
|
||||||
@ -125,6 +124,10 @@
|
|||||||
{
|
{
|
||||||
"name": "import",
|
"name": "import",
|
||||||
"pattern": "/import .*/"
|
"pattern": "/import .*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "enrtree",
|
||||||
|
"pattern": "/enrtree:\/\/.*/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignoreRegExpList": ["import"]
|
"ignoreRegExpList": ["import"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user