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
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,6 @@
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
"words": [
"AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM",
"asym",
"backoff",
"backoffs",
@ -125,6 +124,10 @@
{
"name": "import",
"pattern": "/import .*/"
},
{
"name": "enrtree",
"pattern": "/enrtree:\/\/.*/"
}
],
"ignoreRegExpList": ["import"]