Skip to content

Commit 7846561

Browse files
committed
[ci] add spellchecker
1 parent 5074dc3 commit 7846561

File tree

3 files changed

+254
-0
lines changed

3 files changed

+254
-0
lines changed

.github/workflows/spellcheck.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: spellcheck
2+
on:
3+
push:
4+
branches:
5+
- master
6+
tags:
7+
- '*'
8+
pull_request:
9+
branches:
10+
- master
11+
12+
jobs:
13+
check-spelling:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Checkout
17+
uses: actions/checkout@v3
18+
- name: Check Spelling
19+
uses: rojopolis/spellcheck-github-actions@0.42.0
20+
with:
21+
config_path: .spellcheck.yml
22+
task_name: Markdown

.spellcheck.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
matrix:
2+
- name: Markdown
3+
expect_match: false
4+
apsell:
5+
mode: en
6+
dictionary:
7+
wordlists:
8+
- .wordlist.txt
9+
output: wordlist.dic
10+
encoding: utf-8
11+
pipeline:
12+
- pyspelling.filters.markdown:
13+
markdown_extensions:
14+
- markdown.extensions.extra:
15+
- pyspelling.filters.html:
16+
comments: false
17+
attributes:
18+
- alt
19+
ignores:
20+
- ':matches(code, pre)'
21+
- 'code'
22+
- 'pre'
23+
- 'blockquote'
24+
sources:
25+
- '*.md'

.wordlist.txt

Lines changed: 207 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,207 @@
1+
github
2+
Github
3+
NeuroJSON
4+
neurojson
5+
LD
6+
NoSQL
7+
losslessly
8+
Iso
9+
UTF
10+
bson
11+
cbor
12+
http
13+
https
14+
io
15+
msgpack
16+
Qianqian
17+
googlegroups
18+
md
19+
AAY
20+
ArrayData
21+
ArrayIsComplex
22+
ArrayIsSparse
23+
ArrayOrder
24+
ArrayShape
25+
ArrayShuffle
26+
ArraySize
27+
ArrayTye
28+
ArrayType
29+
ArrayZipData
30+
ArrayZipEndian
31+
ArrayZipLevel
32+
ArrayZipOptions
33+
ArrayZipSize
34+
ArrayZipType
35+
Binarh
36+
BJData
37+
BJSON
38+
BlY
39+
boolean
40+
BSON
41+
ByteLength
42+
ByteStream
43+
casted
44+
CBOR
45+
CDF
46+
CJSON
47+
CreateTime
48+
CSV
49+
DataAnchor
50+
DataGroup
51+
DataInfo
52+
DataLink
53+
DataName
54+
DataRecord
55+
dataset
56+
Dataset
57+
datasets
58+
DataType
59+
edgedata
60+
eJxjYGQAAkYQyQhCAAA
61+
Endian
62+
endianness
63+
Endinan
64+
GetData
65+
GetLength
66+
GetName
67+
GetNode
68+
GetType
69+
Github
70+
GraphData
71+
GraphEdges
72+
GraphMatrix
73+
GraphNode
74+
GraphNodes
75+
gzip
76+
HDF
77+
Hermitian
78+
International
79+
Iso2Mesh
80+
Javascript
81+
jdat
82+
jdata
83+
JData
84+
JDataNode
85+
jdb
86+
jdfiles
87+
jdt
88+
json
89+
JSON
90+
JSONLab
91+
JSONPath
92+
JSON's
93+
LAPACK
94+
LF
95+
LinkedList
96+
LinkNext
97+
LinkPrior
98+
ListNext
99+
ListNode
100+
ListPrior
101+
lmaWNhdGlvbg
102+
lossy
103+
lzma
104+
MapData
105+
MATLAB
106+
MaxRecursion
107+
MediaType
108+
MessagePack
109+
ModifiedTime
110+
NaN
111+
nd
112+
ndim
113+
netCDF
114+
NodeID
115+
NodeType
116+
nx
117+
Nx
118+
ny
119+
Ny
120+
nz
121+
param
122+
ParentID
123+
parsers
124+
pre
125+
scalability
126+
shapeid
127+
sizeof
128+
SkRhdGEgc
129+
subfield
130+
superdiagonal
131+
TableCols
132+
TableData
133+
TableRecords
134+
TableRows
135+
th
136+
toeplitz
137+
Toeplitz
138+
TreeChildren
139+
TreeData
140+
TreeNode
141+
typecasted
142+
typename
143+
UBJSON
144+
uint
145+
undirected
146+
UniqueID
147+
unshuffle
148+
URI
149+
zlib
150+
affine
151+
AFNI
152+
DICOM
153+
DimInfo
154+
DOF
155+
FNIRT
156+
FSL
157+
hdr
158+
JNIfTI
159+
ln
160+
MNI
161+
neuroanatomical
162+
neuroimaging
163+
NeuroNames
164+
ni
165+
NIfTI
166+
NIFTI
167+
NIFTIData
168+
NIFTIExtension
169+
NIFTIGroup
170+
NIFTIHeader
171+
NIFTIObject
172+
nii
173+
NIIByteOffset
174+
NIIFormat
175+
NIIHeaderSize
176+
Noncentral
177+
NxN
178+
params
179+
pixdim
180+
QForm
181+
quaternion
182+
Quaternion
183+
RAS
184+
reusability
185+
rgb
186+
RGB
187+
rgba
188+
RGBA
189+
SForm
190+
SliceType
191+
softwares
192+
spacings
193+
spatiotemporal
194+
subfields
195+
Talairach
196+
TOPUP
197+
Tournoux
198+
voxel
199+
Weibull
200+
XForm
201+
XFORM
202+
Xu
203+
xyzt
204+
qform
205+
sform
206+
vox
207+
jnifti

0 commit comments

Comments
 (0)