Skip to content

Commit f9b59f0

Browse files
committed
fix(lint/cspell): configure ignores and dictionary for repo
1 parent bc1f8cc commit f9b59f0

3 files changed

Lines changed: 81 additions & 1 deletion

File tree

.github/workflows/upload_coverage_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Upload Coverage Report (PR)
22

33
on:
4-
# This workflow is triggered after every successfull execution
4+
# This workflow is triggered after every successful execution
55
# of `Generate Coverage Report` workflow.
66
workflow_run:
77
workflows: ["Generate Coverage Report (PR)"]

cspell.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3+
"version": "0.2",
4+
"dictionaryDefinitions": [
5+
{
6+
"name": "project-words",
7+
"path": "./project-words.txt",
8+
"addWords": true
9+
}
10+
],
11+
"dictionaries": [
12+
"project-words"
13+
],
14+
"enableFiletypes": [
15+
"dockerfile",
16+
"shellscript",
17+
"toml"
18+
],
19+
"ignorePaths": [
20+
"target",
21+
"docs/media/*.svg",
22+
"contrib/bencode/benches/*.bencode",
23+
"contrib/dev-tools/su-exec/**",
24+
".github/labels.json",
25+
"/project-words.txt"
26+
]
27+
}

project-words.txt

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,56 @@ Xunlei
197197
xxxxxxxxxxxxxxxxxxxxd
198198
yyyyyyyyyyyyyyyyyyyyd
199199
zerocopy
200+
Aideq
201+
autoremove
202+
CALLSITE
203+
Dihc
204+
Dmqcd
205+
QJSF
206+
Glrg
207+
Irwe
208+
Uninit
209+
Unparker
210+
eventfd
211+
fastrand
212+
fdbased
213+
fdget
214+
fput
215+
iiiiiiiiiiiiiiiippe
216+
iiiiiiiiiiiiiiiipp
217+
iiiiiiiiiiiiiiip
218+
iipp
219+
iiiipp
220+
jdbe
221+
ksys
222+
llist
223+
mmap
224+
mprotect
225+
nonblocking
226+
peersld
227+
pkey
228+
porti
229+
prealloc
230+
println
231+
shellcheck
232+
sockfd
233+
subkey
234+
sysmalloc
235+
sysret
236+
timespec
237+
toki
238+
torru
239+
ttwu
240+
uninit
241+
unparked
242+
unsync
243+
vtable
244+
wakelist
245+
wakeup
246+
actix
247+
iterationsadd
248+
josecelano
249+
mysqladmin
250+
setgroups
251+
taplo
252+
trixie

0 commit comments

Comments
 (0)