fix: change enrtree public key to pattern

This commit is contained in:
Anton Iakimov 2023-10-05 12:37:48 +02:00
parent 1bd7597db4
commit 48dc57a876
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA

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