Skip to content

Commit 523f2a8

Browse files
committed
<type/issue_no>: <subject>
Content of commit Fixes: #
1 parent a09910b commit 523f2a8

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
@@ -16,8 +16,8 @@
1616
"kata-terms"
1717
],
1818
"ignoreRegExpList": [
19-
// Ignores words starting with a capital letter that appear in the middle of a sentence
20-
"(?<= )([A-Z][a-z]+)",
19+
// Ignores words that look like names
20+
"/[\\p{Lu}][\\p{L}]+/gu",
2121
// Ignores github handles
2222
"/@[a-z\\d](?:[a-z\\d]|-(?=[a-z\\d])){0,38}/gi"
2323
],

0 commit comments

Comments
 (0)