Skip to content

Commit 85d7196

Browse files
committed
[spellcheck] More ignores
1 parent 8ef4a9e commit 85d7196

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

.github/actions/spelling/allow/names.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Arpitha
66
Atel
77
Austeja
88
Bellenot
9+
Bisht
910
Breitwieser
1011
Cariappa
1112
Corlay

.github/actions/spelling/allow/terms.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ Cppyy
22
GSo
33
GSoC
44
LLVM
5+
TFormula
56
bioinformatics
67
consteval
78
cppyy
9+
cytokine
810
gitlab
911
gsoc
1012
linkedin
13+
microenvironments
1114
samtools
1215
sitemap
1316
vimeo

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
sustainability
12
transitioning

.github/actions/spelling/patterns.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ mailto:[-a-zA-Z=;:/?%&0-9+@.]{3,}
1111
# education:
1212
\beducation:\s*(.+?)$
1313

14+
# photo:
15+
\bphoto:\s*(.+?)$
16+
1417
# github:
1518
\bgithub:\s*"?https?:\/\/\S+\/?"?
1619

@@ -22,3 +25,9 @@ mailto:[-a-zA-Z=;:/?%&0-9+@.]{3,}
2225

2326
# Autogenerated revert commit message
2427
^This reverts commit [0-9a-f]{40}\.$
28+
29+
# Non-English
30+
[a-zA-Z]*[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3}[a-zA-ZÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]*|[a-zA-Z]{3,}[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]|[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3,}
31+
32+
# Ignore markdown style urls:
33+
\((https?:\/\/[^\s)]+\/?)\)

0 commit comments

Comments
 (0)