Skip to content

Commit

Permalink
chore: fix cspell config for ignoring hex digits
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Aug 8, 2023
1 parent 5effc1d commit b619e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"import": ["@cspell/dict-cryptocurrencies/cspell-ext.json"],
"ignoreRegExpList": [
"/[^\\s@]+@([^\\s@]+\\.)+[^\\s@]{2,4}/",
"/[A-Fa-f0-9]{6}/",
"/[A-Za-z0-9]{32,}/",
"/\\b[A-Fa-f0-9]{6}\\b/",
"/\\b[A-Za-z0-9]{32,}\\b/",
"// @ts-.*",
"/\\.\\/docs\\/rules\\/[^.]*.md/",
"/\\STS\\S+/",
Expand Down

0 comments on commit b619e1a

Please sign in to comment.