Skip to content

Commit c193ba1

Browse files
authored
Merge pull request #954 from waku-org/audit
2 parents f2d667d + ade8277 commit c193ba1

File tree

2 files changed

+3856
-4572
lines changed

2 files changed

+3856
-4572
lines changed

.cspell.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@
123123
{
124124
"name": "import",
125125
"pattern": "/import .*/"
126+
},
127+
{
128+
"name": "multiaddr",
129+
"pattern": "//dns4/.*/"
126130
}
127131
],
128-
"ignoreRegExpList": ["import"]
132+
"ignoreRegExpList": ["import", "multiaddr"]
129133
}

0 commit comments

Comments
 (0)