Skip to content

Commit 0a530ed

Browse files
committed
[spellcheck] More to ignore
1 parent c410fce commit 0a530ed

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
bioinformatics
2-
cppyy
31
Cppyy
2+
GSo
43
GSoC
54
LLVM
5+
bioinformatics
6+
consteval
7+
cppyy
68
gitlab
79
gsoc
810
linkedin
11+
samtools
912
sitemap
1013
vimeo
1114
www

.github/actions/spelling/expect.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
GSoC
21
transitioning

.github/actions/spelling/patterns.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
mailto:[-a-zA-Z=;:/?%&0-9+@.]{3,}
33
\bemail:\s*[-a-zA-Z=;:/?%&0-9+@.]{3,}
44

5+
# proposal:
6+
\bproposal:\s*\S+\.pdf\b
7+
8+
# www:
9+
\bwww:\s*"?https?:\/\/\S+\/?"?
10+
11+
# education:
12+
\beducation:\s*"?https?:\/\/\S+\/?"?
13+
14+
# github:
15+
\bgithub:\s*"?https?:\/\/\S+\/?"?
16+
17+
# linkedin:
18+
\blinkedin:\s*"?https?:\/\/\S+\/?"?
19+
520
# Commit message -- Signed-off-by and friends
621
^\s*(?:(?:Based-on-patch|Co-authored|Helped|Mentored|Reported|Reviewed|Signed-off)-by|Thanks-to): (?:[^<]*<[^>]*>|[^<]*)\s*$
722

0 commit comments

Comments
 (0)