testdriverai 5.3.13 → 5.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agent.js +18 -16
- package/docs/30x30.mdx +1 -1
- package/docs/action/secrets.mdx +1 -1
- package/docs/commands/assert.mdx +4 -4
- package/docs/commands/exec.mdx +33 -23
- package/docs/commands/focus-application.mdx +3 -3
- package/docs/commands/hover-image.mdx +6 -6
- package/docs/commands/hover-text.mdx +3 -3
- package/docs/commands/if.mdx +1 -1
- package/docs/commands/match-image.mdx +4 -4
- package/docs/commands/run.mdx +1 -1
- package/docs/commands/scroll-until-image.mdx +6 -3
- package/docs/commands/scroll-until-text.mdx +3 -3
- package/docs/commands/type.mdx +1 -1
- package/docs/commands/wait-for-image.mdx +1 -1
- package/docs/commands/wait-for-text.mdx +1 -1
- package/docs/docs.json +1 -1
- package/docs/features/auto-healing.mdx +1 -1
- package/docs/features/cross-platform.mdx +1 -1
- package/docs/features/generation.mdx +76 -142
- package/docs/features/parallel-testing.mdx +1 -1
- package/docs/features/selectorless.mdx +1 -1
- package/docs/getting-started/generating.mdx +90 -30
- package/docs/getting-started/vscode.mdx +1 -1
- package/docs/guide/assertions.mdx +1 -1
- package/docs/guide/authentication.mdx +10 -26
- package/docs/guide/code.mdx +31 -141
- package/docs/guide/lifecycle.mdx +41 -0
- package/docs/guide/locating.mdx +1 -1
- package/docs/guide/variables.mdx +35 -121
- package/docs/guide/waiting.mdx +26 -101
- package/docs/interactive/assert.mdx +2 -2
- package/docs/interactive/undo.mdx +1 -1
- package/docs/overview/what-is-testdriver.mdx +1 -1
- package/docs/quickstart.mdx +3 -1
- package/docs/security/action.mdx +2 -2
- package/docs/security/agent.mdx +4 -4
- package/docs/security/platform.mdx +1 -1
- package/lib/init.js +0 -1
- package/lib/upload-secrets.js +1 -0
- package/package.json +3 -3
- package/styles/.vale-config/2-MDX.ini +5 -0
- package/styles/Microsoft/AMPM.yml +9 -0
- package/styles/Microsoft/Accessibility.yml +30 -0
- package/styles/Microsoft/Acronyms.yml +64 -0
- package/styles/Microsoft/Adverbs.yml +272 -0
- package/styles/Microsoft/Auto.yml +11 -0
- package/styles/Microsoft/Avoid.yml +14 -0
- package/styles/Microsoft/Contractions.yml +50 -0
- package/styles/Microsoft/Dashes.yml +13 -0
- package/styles/Microsoft/DateFormat.yml +8 -0
- package/styles/Microsoft/DateNumbers.yml +40 -0
- package/styles/Microsoft/DateOrder.yml +8 -0
- package/styles/Microsoft/Ellipses.yml +9 -0
- package/styles/Microsoft/FirstPerson.yml +16 -0
- package/styles/Microsoft/Foreign.yml +13 -0
- package/styles/Microsoft/Gender.yml +8 -0
- package/styles/Microsoft/GenderBias.yml +42 -0
- package/styles/Microsoft/GeneralURL.yml +11 -0
- package/styles/Microsoft/HeadingAcronyms.yml +7 -0
- package/styles/Microsoft/HeadingColons.yml +8 -0
- package/styles/Microsoft/HeadingPunctuation.yml +13 -0
- package/styles/Microsoft/Headings.yml +28 -0
- package/styles/Microsoft/Hyphens.yml +14 -0
- package/styles/Microsoft/Negative.yml +13 -0
- package/styles/Microsoft/Ordinal.yml +13 -0
- package/styles/Microsoft/OxfordComma.yml +8 -0
- package/styles/Microsoft/Passive.yml +183 -0
- package/styles/Microsoft/Percentages.yml +7 -0
- package/styles/Microsoft/Plurals.yml +7 -0
- package/styles/Microsoft/Quotes.yml +7 -0
- package/styles/Microsoft/RangeTime.yml +13 -0
- package/styles/Microsoft/Semicolon.yml +8 -0
- package/styles/Microsoft/SentenceLength.yml +7 -0
- package/styles/Microsoft/Spacing.yml +8 -0
- package/styles/Microsoft/Suspended.yml +7 -0
- package/styles/Microsoft/Terms.yml +42 -0
- package/styles/Microsoft/URLFormat.yml +9 -0
- package/styles/Microsoft/Units.yml +16 -0
- package/styles/Microsoft/Vocab.yml +25 -0
- package/styles/Microsoft/We.yml +11 -0
- package/styles/Microsoft/Wordiness.yml +127 -0
- package/styles/Microsoft/meta.json +4 -0
- package/styles/alex/Ablist.yml +245 -0
- package/styles/alex/Condescending.yml +16 -0
- package/styles/alex/Gendered.yml +108 -0
- package/styles/alex/LGBTQ.yml +55 -0
- package/styles/alex/OCD.yml +10 -0
- package/styles/alex/Press.yml +11 -0
- package/styles/alex/ProfanityLikely.yml +1289 -0
- package/styles/alex/ProfanityMaybe.yml +282 -0
- package/styles/alex/ProfanityUnlikely.yml +251 -0
- package/styles/alex/README.md +27 -0
- package/styles/alex/Race.yml +83 -0
- package/styles/alex/Suicide.yml +24 -0
- package/styles/alex/meta.json +4 -0
- package/styles/config/vocabularies/Docs/accept.txt +6 -0
- package/styles/proselint/Airlinese.yml +8 -0
- package/styles/proselint/AnimalLabels.yml +48 -0
- package/styles/proselint/Annotations.yml +9 -0
- package/styles/proselint/Apologizing.yml +8 -0
- package/styles/proselint/Archaisms.yml +52 -0
- package/styles/proselint/But.yml +8 -0
- package/styles/proselint/Cliches.yml +782 -0
- package/styles/proselint/CorporateSpeak.yml +30 -0
- package/styles/proselint/Currency.yml +5 -0
- package/styles/proselint/Cursing.yml +15 -0
- package/styles/proselint/DateCase.yml +7 -0
- package/styles/proselint/DateMidnight.yml +7 -0
- package/styles/proselint/DateRedundancy.yml +10 -0
- package/styles/proselint/DateSpacing.yml +7 -0
- package/styles/proselint/DenizenLabels.yml +52 -0
- package/styles/proselint/Diacritical.yml +95 -0
- package/styles/proselint/GenderBias.yml +45 -0
- package/styles/proselint/GroupTerms.yml +39 -0
- package/styles/proselint/Hedging.yml +8 -0
- package/styles/proselint/Hyperbole.yml +6 -0
- package/styles/proselint/Jargon.yml +11 -0
- package/styles/proselint/LGBTOffensive.yml +13 -0
- package/styles/proselint/LGBTTerms.yml +15 -0
- package/styles/proselint/Malapropisms.yml +8 -0
- package/styles/proselint/Needless.yml +358 -0
- package/styles/proselint/Nonwords.yml +38 -0
- package/styles/proselint/Oxymorons.yml +22 -0
- package/styles/proselint/P-Value.yml +6 -0
- package/styles/proselint/RASSyndrome.yml +30 -0
- package/styles/proselint/README.md +12 -0
- package/styles/proselint/Skunked.yml +13 -0
- package/styles/proselint/Spelling.yml +17 -0
- package/styles/proselint/Typography.yml +11 -0
- package/styles/proselint/Uncomparables.yml +50 -0
- package/styles/proselint/Very.yml +6 -0
- package/styles/proselint/meta.json +17 -0
- package/styles/write-good/Cliches.yml +702 -0
- package/styles/write-good/E-Prime.yml +32 -0
- package/styles/write-good/Illusions.yml +11 -0
- package/styles/write-good/Passive.yml +183 -0
- package/styles/write-good/README.md +27 -0
- package/styles/write-good/So.yml +5 -0
- package/styles/write-good/ThereIs.yml +6 -0
- package/styles/write-good/TooWordy.yml +221 -0
- package/styles/write-good/Weasel.yml +29 -0
- package/styles/write-good/meta.json +4 -0
- package/testdriver/testdriver_2025-04-17T16-04-30-454Z.yaml +6 -0
- package/vale.ini +18 -0
- package/docs/guide/setup-teardown.mdx +0 -162
- package/docs/reference/interactive/assert.mdx +0 -0
- /package/{docs/reference/commands/scroll.mdx → styles/config/vocabularies/Docs/reject.txt} +0 -0
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
extends: existence
|
|
2
|
+
message: Reconsider using '%s', it may be profane.
|
|
3
|
+
level: warning
|
|
4
|
+
ignorecase: true
|
|
5
|
+
tokens:
|
|
6
|
+
- abbo
|
|
7
|
+
- abid
|
|
8
|
+
- abo
|
|
9
|
+
- abortion
|
|
10
|
+
- abuse
|
|
11
|
+
- addict
|
|
12
|
+
- addicts
|
|
13
|
+
- alla
|
|
14
|
+
- anal
|
|
15
|
+
- analsex
|
|
16
|
+
- anus
|
|
17
|
+
- areola
|
|
18
|
+
- athletesfoot
|
|
19
|
+
- attack
|
|
20
|
+
- australian
|
|
21
|
+
- babe
|
|
22
|
+
- banging
|
|
23
|
+
- bastard
|
|
24
|
+
- beastality
|
|
25
|
+
- beastial
|
|
26
|
+
- beastiality
|
|
27
|
+
- bicurious
|
|
28
|
+
- bitch
|
|
29
|
+
- bitches
|
|
30
|
+
- blackman
|
|
31
|
+
- blacks
|
|
32
|
+
- bondage
|
|
33
|
+
- boob
|
|
34
|
+
- boobs
|
|
35
|
+
- "bounty bar"
|
|
36
|
+
- "bounty bars"
|
|
37
|
+
- bountybar
|
|
38
|
+
- brothel
|
|
39
|
+
- buttplug
|
|
40
|
+
- clit
|
|
41
|
+
- clitoris
|
|
42
|
+
- cocaine
|
|
43
|
+
- cock
|
|
44
|
+
- coitus
|
|
45
|
+
- condom
|
|
46
|
+
- copulate
|
|
47
|
+
- cra5h
|
|
48
|
+
- crack
|
|
49
|
+
- cracker
|
|
50
|
+
- crackpipe
|
|
51
|
+
- crotch
|
|
52
|
+
- cunilingus
|
|
53
|
+
- cunillingus
|
|
54
|
+
- cybersex
|
|
55
|
+
- damn
|
|
56
|
+
- damnation
|
|
57
|
+
- defecate
|
|
58
|
+
- demon
|
|
59
|
+
- devil
|
|
60
|
+
- devilworshipper
|
|
61
|
+
- dick
|
|
62
|
+
- dike
|
|
63
|
+
- dildo
|
|
64
|
+
- drug
|
|
65
|
+
- drunk
|
|
66
|
+
- drunken
|
|
67
|
+
- dyke
|
|
68
|
+
- ejaculate
|
|
69
|
+
- ejaculated
|
|
70
|
+
- ejaculating
|
|
71
|
+
- ejaculation
|
|
72
|
+
- enema
|
|
73
|
+
- erection
|
|
74
|
+
- excrement
|
|
75
|
+
- fag
|
|
76
|
+
- fart
|
|
77
|
+
- farted
|
|
78
|
+
- farting
|
|
79
|
+
- feces
|
|
80
|
+
- felatio
|
|
81
|
+
- fetish
|
|
82
|
+
- fingerfood
|
|
83
|
+
- flasher
|
|
84
|
+
- flatulence
|
|
85
|
+
- fondle
|
|
86
|
+
- footaction
|
|
87
|
+
- foreskin
|
|
88
|
+
- foursome
|
|
89
|
+
- fourtwenty
|
|
90
|
+
- fruitcake
|
|
91
|
+
- gable
|
|
92
|
+
- genital
|
|
93
|
+
- gob
|
|
94
|
+
- god
|
|
95
|
+
- gonzagas
|
|
96
|
+
- goy
|
|
97
|
+
- goyim
|
|
98
|
+
- groe
|
|
99
|
+
- gross
|
|
100
|
+
- grostulation
|
|
101
|
+
- gub
|
|
102
|
+
- guinea
|
|
103
|
+
- guineas
|
|
104
|
+
- guizi
|
|
105
|
+
- hamas
|
|
106
|
+
- hebephila
|
|
107
|
+
- hebephile
|
|
108
|
+
- hebephiles
|
|
109
|
+
- hebephilia
|
|
110
|
+
- hebephilic
|
|
111
|
+
- heroin
|
|
112
|
+
- herpes
|
|
113
|
+
- hiv
|
|
114
|
+
- homicide
|
|
115
|
+
- horney
|
|
116
|
+
- ike
|
|
117
|
+
- ikes
|
|
118
|
+
- ikey
|
|
119
|
+
- illegals
|
|
120
|
+
- incest
|
|
121
|
+
- intercourse
|
|
122
|
+
- interracial
|
|
123
|
+
- italiano
|
|
124
|
+
- jerries
|
|
125
|
+
- jerry
|
|
126
|
+
- jesus
|
|
127
|
+
- jesuschrist
|
|
128
|
+
- jihad
|
|
129
|
+
- kink
|
|
130
|
+
- kinky
|
|
131
|
+
- knockers
|
|
132
|
+
- kock
|
|
133
|
+
- kotex
|
|
134
|
+
- kraut
|
|
135
|
+
- ky
|
|
136
|
+
- lactate
|
|
137
|
+
- lapdance
|
|
138
|
+
- libido
|
|
139
|
+
- licker
|
|
140
|
+
- liquor
|
|
141
|
+
- lolita
|
|
142
|
+
- lsd
|
|
143
|
+
- lynch
|
|
144
|
+
- mafia
|
|
145
|
+
- marijuana
|
|
146
|
+
- meth
|
|
147
|
+
- mick
|
|
148
|
+
- molest
|
|
149
|
+
- molestation
|
|
150
|
+
- molester
|
|
151
|
+
- molestor
|
|
152
|
+
- murder
|
|
153
|
+
- narcotic
|
|
154
|
+
- nazi
|
|
155
|
+
- necro
|
|
156
|
+
- nigerian
|
|
157
|
+
- nigerians
|
|
158
|
+
- nipple
|
|
159
|
+
- nipplering
|
|
160
|
+
- nook
|
|
161
|
+
- nooner
|
|
162
|
+
- nude
|
|
163
|
+
- nuke
|
|
164
|
+
- nymph
|
|
165
|
+
- oral
|
|
166
|
+
- orgasm
|
|
167
|
+
- orgies
|
|
168
|
+
- orgy
|
|
169
|
+
- paddy
|
|
170
|
+
- paederastic
|
|
171
|
+
- paederasts
|
|
172
|
+
- paederasty
|
|
173
|
+
- pearlnecklace
|
|
174
|
+
- peck
|
|
175
|
+
- pecker
|
|
176
|
+
- pederastic
|
|
177
|
+
- pederasts
|
|
178
|
+
- pederasty
|
|
179
|
+
- pedophile
|
|
180
|
+
- pedophiles
|
|
181
|
+
- pedophilia
|
|
182
|
+
- pedophilic
|
|
183
|
+
- pee
|
|
184
|
+
- peepshow
|
|
185
|
+
- pendy
|
|
186
|
+
- penetration
|
|
187
|
+
- penile
|
|
188
|
+
- penis
|
|
189
|
+
- penises
|
|
190
|
+
- penthouse
|
|
191
|
+
- phonesex
|
|
192
|
+
- pistol
|
|
193
|
+
- pixie
|
|
194
|
+
- pixy
|
|
195
|
+
- playboy
|
|
196
|
+
- playgirl
|
|
197
|
+
- porn
|
|
198
|
+
- pornflick
|
|
199
|
+
- porno
|
|
200
|
+
- pornography
|
|
201
|
+
- prostitute
|
|
202
|
+
- protestant
|
|
203
|
+
- pube
|
|
204
|
+
- pubic
|
|
205
|
+
- pussy
|
|
206
|
+
- pussycat
|
|
207
|
+
- queer
|
|
208
|
+
- racist
|
|
209
|
+
- radical
|
|
210
|
+
- radicals
|
|
211
|
+
- randy
|
|
212
|
+
- rape
|
|
213
|
+
- raped
|
|
214
|
+
- raper
|
|
215
|
+
- rapist
|
|
216
|
+
- rectum
|
|
217
|
+
- ribbed
|
|
218
|
+
- satan
|
|
219
|
+
- scag
|
|
220
|
+
- scat
|
|
221
|
+
- screw
|
|
222
|
+
- scrotum
|
|
223
|
+
- scum
|
|
224
|
+
- semen
|
|
225
|
+
- septic
|
|
226
|
+
- septics
|
|
227
|
+
- sex
|
|
228
|
+
- sexhouse
|
|
229
|
+
- sextoy
|
|
230
|
+
- sextoys
|
|
231
|
+
- sexual
|
|
232
|
+
- sexually
|
|
233
|
+
- sexy
|
|
234
|
+
- shag
|
|
235
|
+
- shinola
|
|
236
|
+
- shit
|
|
237
|
+
- slaughter
|
|
238
|
+
- smack
|
|
239
|
+
- snatch
|
|
240
|
+
- sniggers
|
|
241
|
+
- sodom
|
|
242
|
+
- sodomite
|
|
243
|
+
- spade
|
|
244
|
+
- spank
|
|
245
|
+
- sperm
|
|
246
|
+
- stagg
|
|
247
|
+
- stiffy
|
|
248
|
+
- strapon
|
|
249
|
+
- stroking
|
|
250
|
+
- suck
|
|
251
|
+
- suicide
|
|
252
|
+
- swallow
|
|
253
|
+
- swastika
|
|
254
|
+
- syphilis
|
|
255
|
+
- tantra
|
|
256
|
+
- teat
|
|
257
|
+
- terrorist
|
|
258
|
+
- testicle
|
|
259
|
+
- testicles
|
|
260
|
+
- threesome
|
|
261
|
+
- tinkle
|
|
262
|
+
- tit
|
|
263
|
+
- tits
|
|
264
|
+
- tnt
|
|
265
|
+
- torture
|
|
266
|
+
- tramp
|
|
267
|
+
- trap
|
|
268
|
+
- trisexual
|
|
269
|
+
- trots
|
|
270
|
+
- turd
|
|
271
|
+
- uterus
|
|
272
|
+
- vagina
|
|
273
|
+
- vaginal
|
|
274
|
+
- vibrator
|
|
275
|
+
- vulva
|
|
276
|
+
- whit
|
|
277
|
+
- whites
|
|
278
|
+
- willy
|
|
279
|
+
- xtc
|
|
280
|
+
- xxx
|
|
281
|
+
- yankee
|
|
282
|
+
- yankees
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
extends: existence
|
|
2
|
+
message: Be careful with '%s', it's profane in some cases.
|
|
3
|
+
level: warning
|
|
4
|
+
ignorecase: true
|
|
5
|
+
tokens:
|
|
6
|
+
- adult
|
|
7
|
+
- africa
|
|
8
|
+
- african
|
|
9
|
+
- allah
|
|
10
|
+
- amateur
|
|
11
|
+
- american
|
|
12
|
+
- angie
|
|
13
|
+
- angry
|
|
14
|
+
- arab
|
|
15
|
+
- arabs
|
|
16
|
+
- aroused
|
|
17
|
+
- asian
|
|
18
|
+
- assassin
|
|
19
|
+
- assassinate
|
|
20
|
+
- assassination
|
|
21
|
+
- assault
|
|
22
|
+
- attack
|
|
23
|
+
- australian
|
|
24
|
+
- babies
|
|
25
|
+
- backdoor
|
|
26
|
+
- backseat
|
|
27
|
+
- banana
|
|
28
|
+
- bananas
|
|
29
|
+
- baptist
|
|
30
|
+
- bast
|
|
31
|
+
- beast
|
|
32
|
+
- beaver
|
|
33
|
+
- bi
|
|
34
|
+
- bigger
|
|
35
|
+
- bisexual
|
|
36
|
+
- blackout
|
|
37
|
+
- blind
|
|
38
|
+
- blow
|
|
39
|
+
- bomb
|
|
40
|
+
- bombers
|
|
41
|
+
- bombing
|
|
42
|
+
- bombs
|
|
43
|
+
- bomd
|
|
44
|
+
- boom
|
|
45
|
+
- bosch
|
|
46
|
+
- bra
|
|
47
|
+
- breast
|
|
48
|
+
- brownie
|
|
49
|
+
- brownies
|
|
50
|
+
- buffy
|
|
51
|
+
- burn
|
|
52
|
+
- butt
|
|
53
|
+
- canadian
|
|
54
|
+
- cancer
|
|
55
|
+
- catholic
|
|
56
|
+
- catholics
|
|
57
|
+
- cemetery
|
|
58
|
+
- childrens
|
|
59
|
+
- chin
|
|
60
|
+
- chinese
|
|
61
|
+
- christ
|
|
62
|
+
- christian
|
|
63
|
+
- church
|
|
64
|
+
- cigarette
|
|
65
|
+
- cigs
|
|
66
|
+
- cocktail
|
|
67
|
+
- coconut
|
|
68
|
+
- coconuts
|
|
69
|
+
- color
|
|
70
|
+
- colored
|
|
71
|
+
- coloured
|
|
72
|
+
- communist
|
|
73
|
+
- conservative
|
|
74
|
+
- conspiracy
|
|
75
|
+
- corruption
|
|
76
|
+
- crabs
|
|
77
|
+
- crash
|
|
78
|
+
- creamy
|
|
79
|
+
- criminal
|
|
80
|
+
- criminals
|
|
81
|
+
- dead
|
|
82
|
+
- death
|
|
83
|
+
- deposit
|
|
84
|
+
- desire
|
|
85
|
+
- destroy
|
|
86
|
+
- deth
|
|
87
|
+
- die
|
|
88
|
+
- died
|
|
89
|
+
- dies
|
|
90
|
+
- dirty
|
|
91
|
+
- disease
|
|
92
|
+
- diseases
|
|
93
|
+
- disturbed
|
|
94
|
+
- dive
|
|
95
|
+
- doom
|
|
96
|
+
- ecstacy
|
|
97
|
+
- enemy
|
|
98
|
+
- erect
|
|
99
|
+
- escort
|
|
100
|
+
- ethiopian
|
|
101
|
+
- ethnic
|
|
102
|
+
- european
|
|
103
|
+
- execute
|
|
104
|
+
- executed
|
|
105
|
+
- execution
|
|
106
|
+
- executioner
|
|
107
|
+
- explosion
|
|
108
|
+
- failed
|
|
109
|
+
- failure
|
|
110
|
+
- fairies
|
|
111
|
+
- fairy
|
|
112
|
+
- faith
|
|
113
|
+
- fat
|
|
114
|
+
- fear
|
|
115
|
+
- fight
|
|
116
|
+
- filipina
|
|
117
|
+
- filipino
|
|
118
|
+
- fire
|
|
119
|
+
- firing
|
|
120
|
+
- fore
|
|
121
|
+
- fraud
|
|
122
|
+
- funeral
|
|
123
|
+
- fungus
|
|
124
|
+
- gay
|
|
125
|
+
- german
|
|
126
|
+
- gin
|
|
127
|
+
- girls
|
|
128
|
+
- gun
|
|
129
|
+
- harder
|
|
130
|
+
- harem
|
|
131
|
+
- headlights
|
|
132
|
+
- hell
|
|
133
|
+
- henhouse
|
|
134
|
+
- heterosexual
|
|
135
|
+
- hijack
|
|
136
|
+
- hijacker
|
|
137
|
+
- hijacking
|
|
138
|
+
- hole
|
|
139
|
+
- honk
|
|
140
|
+
- hook
|
|
141
|
+
- horn
|
|
142
|
+
- hostage
|
|
143
|
+
- hummer
|
|
144
|
+
- hun
|
|
145
|
+
- huns
|
|
146
|
+
- husky
|
|
147
|
+
- hustler
|
|
148
|
+
- illegal
|
|
149
|
+
- israel
|
|
150
|
+
- israeli
|
|
151
|
+
- israels
|
|
152
|
+
- itch
|
|
153
|
+
- jade
|
|
154
|
+
- japanese
|
|
155
|
+
- jerry
|
|
156
|
+
- jew
|
|
157
|
+
- jewish
|
|
158
|
+
- joint
|
|
159
|
+
- jugs
|
|
160
|
+
- kid
|
|
161
|
+
- kill
|
|
162
|
+
- killed
|
|
163
|
+
- killer
|
|
164
|
+
- killing
|
|
165
|
+
- kills
|
|
166
|
+
- kimchi
|
|
167
|
+
- knife
|
|
168
|
+
- laid
|
|
169
|
+
- latin
|
|
170
|
+
- lesbian
|
|
171
|
+
- liberal
|
|
172
|
+
- lies
|
|
173
|
+
- lingerie
|
|
174
|
+
- lotion
|
|
175
|
+
- lucifer
|
|
176
|
+
- mad
|
|
177
|
+
- mexican
|
|
178
|
+
- mideast
|
|
179
|
+
- minority
|
|
180
|
+
- moles
|
|
181
|
+
- mormon
|
|
182
|
+
- muslim
|
|
183
|
+
- naked
|
|
184
|
+
- nasty
|
|
185
|
+
- niger
|
|
186
|
+
- niggardly
|
|
187
|
+
- oreo
|
|
188
|
+
- oreos
|
|
189
|
+
- osama
|
|
190
|
+
- palestinian
|
|
191
|
+
- panties
|
|
192
|
+
- penthouse
|
|
193
|
+
- period
|
|
194
|
+
- pot
|
|
195
|
+
- poverty
|
|
196
|
+
- premature
|
|
197
|
+
- primetime
|
|
198
|
+
- propaganda
|
|
199
|
+
- pros
|
|
200
|
+
- que
|
|
201
|
+
- rabbi
|
|
202
|
+
- racial
|
|
203
|
+
- redlight
|
|
204
|
+
- refugee
|
|
205
|
+
- reject
|
|
206
|
+
- remains
|
|
207
|
+
- republican
|
|
208
|
+
- roach
|
|
209
|
+
- robber
|
|
210
|
+
- rump
|
|
211
|
+
- servant
|
|
212
|
+
- shoot
|
|
213
|
+
- shooting
|
|
214
|
+
- showtime
|
|
215
|
+
- sick
|
|
216
|
+
- slant
|
|
217
|
+
- slav
|
|
218
|
+
- slime
|
|
219
|
+
- slope
|
|
220
|
+
- slopes
|
|
221
|
+
- snigger
|
|
222
|
+
- sniggered
|
|
223
|
+
- sniggering
|
|
224
|
+
- sniggers
|
|
225
|
+
- sniper
|
|
226
|
+
- snot
|
|
227
|
+
- sob
|
|
228
|
+
- sos
|
|
229
|
+
- soviet
|
|
230
|
+
- spa
|
|
231
|
+
- stroke
|
|
232
|
+
- sweetness
|
|
233
|
+
- taboo
|
|
234
|
+
- tampon
|
|
235
|
+
- terror
|
|
236
|
+
- toilet
|
|
237
|
+
- tongue
|
|
238
|
+
- transexual
|
|
239
|
+
- transsexual
|
|
240
|
+
- trojan
|
|
241
|
+
- uk
|
|
242
|
+
- urinary
|
|
243
|
+
- urinate
|
|
244
|
+
- urine
|
|
245
|
+
- vatican
|
|
246
|
+
- vietcong
|
|
247
|
+
- violence
|
|
248
|
+
- virgin
|
|
249
|
+
- weapon
|
|
250
|
+
- whiskey
|
|
251
|
+
- womens
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Based on [alex](https://github.com/get-alex/alex).
|
|
2
|
+
|
|
3
|
+
> Catch insensitive, inconsiderate writing
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
(The MIT License)
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in
|
|
18
|
+
all copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
26
|
+
THE SOFTWARE.
|
|
27
|
+
```
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
---
|
|
2
|
+
extends: substitution
|
|
3
|
+
message: Consider using '%s' instead of '%s'.
|
|
4
|
+
ignorecase: true
|
|
5
|
+
level: warning
|
|
6
|
+
action:
|
|
7
|
+
name: replace
|
|
8
|
+
swap:
|
|
9
|
+
Gipsy: Nomad|Traveler|Roma|Romani
|
|
10
|
+
Indian country: enemy territory
|
|
11
|
+
animal spirit: favorite|inspiration|personal interest|personality type
|
|
12
|
+
black list: blocklist|wronglist|banlist|deny list
|
|
13
|
+
blacklist: blocklist|wronglist|banlist|deny list
|
|
14
|
+
blacklisted: blocklisted|wronglisted|banlisted|deny-listed
|
|
15
|
+
blacklisting: blocklisting|wronglisting|banlisting|deny-listing
|
|
16
|
+
bugreport: bug report|snapshot
|
|
17
|
+
circle the wagons: defend
|
|
18
|
+
dream catcher: favorite|inspiration|personal interest|personality type
|
|
19
|
+
eskimo: Inuit
|
|
20
|
+
eskimos: Inuits
|
|
21
|
+
ghetto: projects|urban
|
|
22
|
+
goy: a person who is not Jewish|not Jewish
|
|
23
|
+
goyim: a person who is not Jewish|not Jewish
|
|
24
|
+
goyum: a person who is not Jewish|not Jewish
|
|
25
|
+
grandfather clause: legacy policy|legacy clause|deprecation policy
|
|
26
|
+
grandfather policy: legacy policy|legacy clause|deprecation policy
|
|
27
|
+
grandfathered: deprecated
|
|
28
|
+
grandfathering: deprecate
|
|
29
|
+
gyp: Nomad|Traveler|Roma|Romani
|
|
30
|
+
gyppo: Nomad|Traveler|Roma|Romani
|
|
31
|
+
gypsy: Nomad|Traveler|Roma|Romani
|
|
32
|
+
hymie: Jewish person
|
|
33
|
+
indian give: "go back on one\u2019s offer"
|
|
34
|
+
indian giver: "go back on one\u2019s offer"
|
|
35
|
+
japs: Japanese person|Japanese people
|
|
36
|
+
jump the reservation: disobey|endure|object to|oppose|resist
|
|
37
|
+
latina: Latinx
|
|
38
|
+
latino: Latinx
|
|
39
|
+
long time no hear: "I haven\u2019t seen you in a long time|it\u2019s been a long\
|
|
40
|
+
\ time"
|
|
41
|
+
long time no see: "I haven\u2019t seen you in a long time|it\u2019s been a long\
|
|
42
|
+
\ time"
|
|
43
|
+
master: primary|hub|reference
|
|
44
|
+
masters: primaries|hubs|references
|
|
45
|
+
mexican: Latinx
|
|
46
|
+
natives are becoming restless: dissatisfied|frustrated
|
|
47
|
+
natives are getting restless: dissatisfied|frustrated
|
|
48
|
+
natives are growing restless: dissatisfied|frustrated
|
|
49
|
+
natives are restless: dissatisfied|frustrated
|
|
50
|
+
non white: person of color|people of color
|
|
51
|
+
nonwhite: person of color|people of color
|
|
52
|
+
off reserve: disobey|endure|object to|oppose|resist
|
|
53
|
+
off the reservation: disobey|endure|object to|oppose|resist
|
|
54
|
+
on the warpath: defend
|
|
55
|
+
oriental: Asian person
|
|
56
|
+
orientals: Asian people
|
|
57
|
+
pinays: Filipinos|Filipino people
|
|
58
|
+
pinoys: Filipinos|Filipino people
|
|
59
|
+
pocahontas: Native American
|
|
60
|
+
pow wow: conference|gathering|meeting
|
|
61
|
+
powwow: conference|gathering|meeting
|
|
62
|
+
primitive: simple|indigenous|hunter-gatherer
|
|
63
|
+
red indian: Native American
|
|
64
|
+
red indians: Native American People
|
|
65
|
+
redskin: Native American
|
|
66
|
+
redskins: Native American People
|
|
67
|
+
sand niggers: Arabs|Middle Eastern People
|
|
68
|
+
savage: simple|indigenous|hunter-gatherer
|
|
69
|
+
shlomo: Jewish person
|
|
70
|
+
shyster: Jewish person
|
|
71
|
+
sophisticated culture: complex culture
|
|
72
|
+
sophisticated technology: complex technology
|
|
73
|
+
spade: a Black person
|
|
74
|
+
spirit animal: favorite|inspiration|personal interest|personality type
|
|
75
|
+
stone age: simple|indigenous|hunter-gatherer
|
|
76
|
+
too many chiefs: too many chefs in the kitchen|too many cooks spoil the broth
|
|
77
|
+
totem: favorite|inspiration|personal interest|personality type
|
|
78
|
+
towel heads: Arabs|Middle Eastern People
|
|
79
|
+
tribe: society|community
|
|
80
|
+
white list: passlist|alrightlist|safelist|allow list
|
|
81
|
+
whitelist: passlist|alrightlist|safelist|allow list
|
|
82
|
+
whitelisted: passlisted|alrightlisted|safelisted|allow-listed
|
|
83
|
+
whitelisting: passlisting|alrightlisting|safelisting|allow-listing
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
---
|
|
2
|
+
extends: substitution
|
|
3
|
+
message: Consider using '%s' instead of '%s' (which may be insensitive).
|
|
4
|
+
ignorecase: true
|
|
5
|
+
level: warning
|
|
6
|
+
action:
|
|
7
|
+
name: replace
|
|
8
|
+
swap:
|
|
9
|
+
commit suicide: die by suicide
|
|
10
|
+
committed suicide: died by suicide
|
|
11
|
+
complete suicide: die by suicide
|
|
12
|
+
completed suicide: died by suicide
|
|
13
|
+
epidemic of suicides: rise in suicides
|
|
14
|
+
failed attempt: suicide attempt|attempted suicide
|
|
15
|
+
failed suicide: suicide attempt|attempted suicide
|
|
16
|
+
hang: the app froze|the app stopped responding|the app stopped responding to events|the
|
|
17
|
+
app became unresponsive
|
|
18
|
+
hanged: the app froze|the app stopped responding|the app stopped responding to events|the
|
|
19
|
+
app became unresponsive
|
|
20
|
+
successful suicide: die by suicide
|
|
21
|
+
suicide epidemic: rise in suicides
|
|
22
|
+
suicide failure: suicide attempt|attempted suicide
|
|
23
|
+
suicide note: a note from the deceased
|
|
24
|
+
suicide pact: rise in suicides
|