Skip to content

Commit b619e1a

Browse files
chore: fix cspell config for ignoring hex digits
1 parent 5effc1d commit b619e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cspell.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"import": ["@cspell/dict-cryptocurrencies/cspell-ext.json"],
2727
"ignoreRegExpList": [
2828
"/[^\\s@]+@([^\\s@]+\\.)+[^\\s@]{2,4}/",
29-
"/[A-Fa-f0-9]{6}/",
30-
"/[A-Za-z0-9]{32,}/",
29+
"/\\b[A-Fa-f0-9]{6}\\b/",
30+
"/\\b[A-Za-z0-9]{32,}\\b/",
3131
"// @ts-.*",
3232
"/\\.\\/docs\\/rules\\/[^.]*.md/",
3333
"/\\STS\\S+/",

0 commit comments

Comments
 (0)