-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathin-solidarity.yml
343 lines (311 loc) · 6.09 KB
/
in-solidarity.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
---
defaultMessage: >
You might want to consider an alternative to the term "{{match}}".
{{#if alternatives~}}
Possibilities might include: {{#each alternatives}}{{#if @index}},
{{/if}}"{{this}}"{{/each}}.
{{~/if}}
(This check uses pattern-matching and may therefore
be incorrect. To improve the patterns or to make other suggestions,
please open an issue or pull-request at
https://github.com/ietf/terminology/issues.)
rules:
whitelist:
regex:
- /\bwhite[\w_-]*list\w*\b/gi
level: warning
alternatives:
- accept list
- allowlist
- approved list
- pass list
- permitted
blacklist:
regex:
- /\bblack[\w_-]*list\w*\b/gi
level: warning
alternatives:
- blocklist
- denylist
- prohibited
- refused
- reject list
- unapproved list
master:
regex:
- /\bmaster\w*\b/gi
level: warning
alternatives:
- active
- central
- initiator
- leader
- main
- orchestrator
- parent
- primary
- server
slave:
regex:
- /\bslave\w*\b/gi
level: warning
alternatives:
- follower
- peripheral
- replica
- responder
- secondary
- standby
- worker
grandfathered:
regex:
- /\bgrandfather\w*\b/gi
level: warning
alternatives:
- exemption
- historical
- legacy status
- pre-approved
- special case
gendered-terms:
regex:
- /\bchair[\w_-]*man\w*\b/gi
- /\bmankind\b/gi
- /\bman[\w_-]*month\w*\b/gi
- /\bmans\b/gi
- /\bman[\w_-]*made\w*\b/gi
- /\bman[\w_-]*power\w*\b/gi
- /\bguys?\b/gi
- /\b(wo)?m[ae]n\b/gi
- /\b(fe)?male\w*\b/gi
- /\blad(y|ie)\'?s?\'?\b/gi
- /\b(\w+m[ae]nship)\b/gi
level: warning
alternatives:
- individual
- people
- person
gendered-pronouns:
regex:
- /\b(he|him|his|she|her|hers)\b/gi
level: warning
alternatives:
- they
- them
- their
sanity-check:
regex:
- /\bsanity[\w_-]*check\w*\b/gi
level: warning
alternatives:
- coherence check
- confidence check
- quick check
crazy:
regex:
- /\bcraz(y|ie)?\w*\b/gi
level: warning
alternatives:
- malfunctioning
- puzzling
- surprising
- unexpected
dummy:
regex:
- /\bdummy\w*\b/gi
level: warning
alternatives:
- placeholder
- sample
- stand-in
- substitute
dark-pattern:
regex:
- /\bdark[\w_-]*pattern\w*\b/gi
level: warning
alternatives:
- deception pattern
balkanization:
regex:
- /\bbalkani[zs]\w*\b/gi
level: warning
alternatives:
- bifurcation
- segmentation
blackmail:
regex:
- /\bblack[\w_-]*mail\w*\b/gi
level: warning
alternatives:
- extortion
black-sheep:
regex:
- /\bblack[\w_-]*sheep\w*\b/gi
level: warning
alternatives:
- disreputable
black-market:
regex:
- /\bblack[\w_-]*market\w*\b/gi
level: warning
alternatives:
- illegal marketplace
tradition:
regex:
- /\btradition\w*\b/gi
level: warning
alternatives:
- classic
- classical
- common
- conventional
- customary
- fixed
- habitual
- historic
- long-established
- popular
- prescribed
- regular
- rooted
- time-honored
- universal
- widely used
- widespread
native:
regex:
- /\bnative\w*\b/gi
level: warning
alternatives:
- built-in
- fundamental
- ingrained
- intrinsic
- original
elder:
regex:
- /\belder\w*\b/gi
level: warning
alternatives:
- aged
- aging
- old
dumb:
regex:
- /\bdumb\w*\b/gi
level: warning
alternatives:
- dull
- inarticuate
- incoherent
immature:
regex:
- /\bimmatur\w*\b/gi
level: warning
alternatives:
- imperfect
- premature
- underdeveloped
- unfinished
- unsophisticated
cripple:
regex:
- /\bcrippl\w*\b/gi
level: warning
alternatives:
- broken
- damaged
- defective
- deformed
- impaired
handicap:
regex:
- /\bhandicap\w*\b/gi
level: warning
alternatives:
- broken
- damaged
- defective
- deformed
- impaired
gendered-connectors:
regex:
- /\b(fe)?male[\w_-]*(connector|end)\w*\b/gi
level: warning
alternatives:
- plug
- socket
# Taken out after causing author confusion numerous time.
# invalid:
# regex:
# - /\binvalid\w*\b/gi
# level: warning
# alternatives:
# - not valid
# - unenforceable
# - not binding
# - inoperative
# - illegitimate
# - incorrect
# - improper
# - unacceptable
# - inapplicable
# - revoked
# - rescinded
blind:
regex:
- /\bblind\w*\b/gi
level: warning
alternatives:
- visually impaired
- unmindful of
- unconcerned about
- negligent of
- unaware
- uncomprehending
- unaware
- uncritical
- unthinking
- hasty
- blocked
- opaque
deaf:
regex:
- /\bdeaf\w*\b/gi
level: warning
alternatives:
- hard of hearing
- unmoved by
- unaffected by
- unconcerned with
- oblivious to
- indifferent to
# This occurs in the IETF boilerplate text...
# right:
# regex:
# - /\bright\w*\b/gi
# level: warning
# alternatives:
# - just
# - fair
# - good
# - correct
# - accurate
# - precise
# - official
# - suitable
# - ideal
# - opportune
# - fitting
# See https://github.com/ietf/terminology/issues/31
# blackhole:
# regex:
# - /\bblack[\w_-]hol\w*\b/gi
# level: warning
# alternatives:
# - drop
# - reject
# - ignore
# - disregard
# - bypass
ignoreDefaults: true