Merge pull request #278 from waku-org/changre_enrtree_public_key_to_pattern

This commit is contained in:
fryorcraken 2023-10-12 15:34:40 +11:00 committed by GitHub
commit 736f3209be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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,7 +124,11 @@
{ {
"name": "import", "name": "import",
"pattern": "/import .*/" "pattern": "/import .*/"
},
{
"name": "enrtree",
"pattern": "/enrtree://.*/"
} }
], ],
"ignoreRegExpList": ["import"] "ignoreRegExpList": ["import", "enrtree"]
} }