Skip to content

Commit 2e3cf85

Browse files
authored
Clean up and regenerate codespell.txt ignored words list (#1377)
1 parent 3dbdaef commit 2e3cf85

2 files changed

Lines changed: 9 additions & 46 deletions

File tree

.github/linters/codespell.txt

Lines changed: 4 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
abl
22
acccount
3-
accidently
43
aci
54
addin
6-
additionaly
75
adherance
8-
administr
9-
adquire
106
advices
117
afile
128
afte
@@ -19,27 +15,22 @@ allo
1915
allocte
2016
allong
2117
alot
22-
alow
2318
alpha-numeric
2419
alredy
2520
als
2621
ambiguos
2722
ameba
28-
americ
2923
analyed
3024
analyer
3125
andd
3226
ane
3327
anothers
3428
appropropriate
35-
aquire
3629
arent
3730
assemblie
3831
ative
3932
atleast
4033
atmost
41-
autor
42-
avove
4334
bale
4435
becaus
4536
bellow
@@ -50,8 +41,6 @@ bu
5041
bufferin
5142
calender
5243
cant
53-
capela
54-
categorie
5544
celle
5645
celles
5746
chancel
@@ -66,14 +55,8 @@ commun
6655
comparision
6756
compatability
6857
compatibity
69-
compatiblity
70-
concret
7158
confguration
72-
conjuction
73-
conjuntions
7459
connexion
75-
contians
76-
continously
7760
contro
7861
convertable
7962
conveyer
@@ -94,13 +77,11 @@ deines
9477
dependant
9578
despatch
9679
despatches
97-
didnt
9880
diposing
9981
discreet
10082
discus
10183
displaing
10284
doen
103-
doesnt
10485
dum
10586
ect
10687
ede
@@ -110,7 +91,6 @@ empress
11091
endcodes
11192
ende
11293
ened
113-
entend
11494
equest
11595
euclidian
11696
everytime
@@ -128,14 +108,10 @@ fpr
128108
fro
129109
fulfilment
130110
gage
131-
gaurd
132111
gaus
133112
ges
134113
gird
135114
glamourous
136-
gord
137-
gost
138-
grup
139115
guerilla
140116
guiness
141117
hart
@@ -147,25 +123,21 @@ hove
147123
hte
148124
idenitifies
149125
identifer
150-
ignora
151126
iif
152127
imbed
153128
implementatation
154129
implementor
155130
implementors
156131
implmeneted
157-
imposible
158132
improvment
159133
imrovements
160134
inate
161135
incase
162136
indexin
163137
ine
164138
ines
165-
infact
166139
informations
167140
ingenuous
168-
inital
169141
innaccuracy
170142
instace
171143
instaed
@@ -193,7 +165,6 @@ mange
193165
manger
194166
matchs
195167
maxium
196-
maxosx
197168
maxumum
198169
ment
199170
meny
@@ -224,37 +195,30 @@ noone
224195
notin
225196
nowe
226197
occurances
227-
occured
228198
oder
229199
offets
230200
oint
231-
ois
232201
oje
233202
olt
234203
ond
235204
ons
236205
ony
237206
ore
238-
oriente
239207
ot
240208
overide
241209
overriden
242210
ovewrite
243211
padd
244-
paranthesis
245212
pard
246213
parms
247214
patten
248215
patter
249216
pluse
250-
pont
251217
posin
252218
pre-pended
253219
pres
254220
prevend
255221
probablistic
256-
profissional
257-
profund
258222
programer
259223
pronounciation
260224
propery
@@ -263,6 +227,10 @@ ques
263227
quries
264228
racoon
265229
raison
230+
re-use
231+
re-used
232+
re-uses
233+
re-using
266234
ream
267235
reasearch
268236
recipies
@@ -272,10 +240,6 @@ releae
272240
repot
273241
reproducability
274242
reproducable
275-
re-use
276-
re-used
277-
re-uses
278-
re-using
279243
rime
280244
rouge
281245
rougly
@@ -291,8 +255,6 @@ seperated
291255
seperator
292256
ser
293257
serialzation
294-
shold
295-
sideral
296258
sie
297259
sightly
298260
similiarty
@@ -316,12 +278,10 @@ teh
316278
testof
317279
thar
318280
thats
319-
ther
320281
therefor
321282
theses
322283
thi
323284
thie
324-
thier
325285
this'd
326286
ths
327287
tittle
@@ -333,7 +293,6 @@ tread
333293
trough
334294
trye
335295
trys
336-
udo
337296
ue
338297
unser
339298
unter
@@ -342,7 +301,6 @@ vai
342301
valies
343302
vart
344303
vas
345-
vell
346304
vender
347305
vie
348306
vise

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ repos:
101101
- id: detect-private-key
102102
name: run detect-private-key
103103
description: checks for the existence of private keys
104+
- id: file-contents-sorter
105+
name: run file-contents-sorter
106+
description: sort the lines in specified files (defaults to alphabetical)
107+
args: [--unique]
108+
files: ^\.github/linters/codespell\.txt$
104109
- id: forbid-submodules
105110
name: run forbid-submodules
106111
description: forbids any submodules in the repository

0 commit comments

Comments
 (0)