testdriverai 5.3.12 → 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.
Files changed (148) hide show
  1. package/agent.js +21 -18
  2. package/docs/30x30.mdx +1 -1
  3. package/docs/action/secrets.mdx +1 -1
  4. package/docs/commands/assert.mdx +4 -4
  5. package/docs/commands/exec.mdx +33 -23
  6. package/docs/commands/focus-application.mdx +3 -3
  7. package/docs/commands/hover-image.mdx +6 -6
  8. package/docs/commands/hover-text.mdx +3 -3
  9. package/docs/commands/if.mdx +1 -1
  10. package/docs/commands/match-image.mdx +4 -4
  11. package/docs/commands/run.mdx +1 -1
  12. package/docs/commands/scroll-until-image.mdx +6 -3
  13. package/docs/commands/scroll-until-text.mdx +3 -3
  14. package/docs/commands/type.mdx +1 -1
  15. package/docs/commands/wait-for-image.mdx +1 -1
  16. package/docs/commands/wait-for-text.mdx +1 -1
  17. package/docs/docs.json +1 -1
  18. package/docs/features/auto-healing.mdx +1 -1
  19. package/docs/features/cross-platform.mdx +1 -1
  20. package/docs/features/generation.mdx +76 -142
  21. package/docs/features/parallel-testing.mdx +1 -1
  22. package/docs/features/selectorless.mdx +1 -1
  23. package/docs/getting-started/generating.mdx +90 -30
  24. package/docs/getting-started/vscode.mdx +1 -1
  25. package/docs/guide/assertions.mdx +1 -1
  26. package/docs/guide/authentication.mdx +10 -26
  27. package/docs/guide/code.mdx +31 -141
  28. package/docs/guide/lifecycle.mdx +41 -0
  29. package/docs/guide/locating.mdx +1 -1
  30. package/docs/guide/variables.mdx +35 -121
  31. package/docs/guide/waiting.mdx +26 -101
  32. package/docs/interactive/assert.mdx +2 -2
  33. package/docs/interactive/undo.mdx +1 -1
  34. package/docs/overview/what-is-testdriver.mdx +1 -1
  35. package/docs/quickstart.mdx +3 -1
  36. package/docs/security/action.mdx +2 -2
  37. package/docs/security/agent.mdx +4 -4
  38. package/docs/security/platform.mdx +1 -1
  39. package/lib/init.js +0 -1
  40. package/lib/upload-secrets.js +1 -0
  41. package/package.json +3 -3
  42. package/styles/.vale-config/2-MDX.ini +5 -0
  43. package/styles/Microsoft/AMPM.yml +9 -0
  44. package/styles/Microsoft/Accessibility.yml +30 -0
  45. package/styles/Microsoft/Acronyms.yml +64 -0
  46. package/styles/Microsoft/Adverbs.yml +272 -0
  47. package/styles/Microsoft/Auto.yml +11 -0
  48. package/styles/Microsoft/Avoid.yml +14 -0
  49. package/styles/Microsoft/Contractions.yml +50 -0
  50. package/styles/Microsoft/Dashes.yml +13 -0
  51. package/styles/Microsoft/DateFormat.yml +8 -0
  52. package/styles/Microsoft/DateNumbers.yml +40 -0
  53. package/styles/Microsoft/DateOrder.yml +8 -0
  54. package/styles/Microsoft/Ellipses.yml +9 -0
  55. package/styles/Microsoft/FirstPerson.yml +16 -0
  56. package/styles/Microsoft/Foreign.yml +13 -0
  57. package/styles/Microsoft/Gender.yml +8 -0
  58. package/styles/Microsoft/GenderBias.yml +42 -0
  59. package/styles/Microsoft/GeneralURL.yml +11 -0
  60. package/styles/Microsoft/HeadingAcronyms.yml +7 -0
  61. package/styles/Microsoft/HeadingColons.yml +8 -0
  62. package/styles/Microsoft/HeadingPunctuation.yml +13 -0
  63. package/styles/Microsoft/Headings.yml +28 -0
  64. package/styles/Microsoft/Hyphens.yml +14 -0
  65. package/styles/Microsoft/Negative.yml +13 -0
  66. package/styles/Microsoft/Ordinal.yml +13 -0
  67. package/styles/Microsoft/OxfordComma.yml +8 -0
  68. package/styles/Microsoft/Passive.yml +183 -0
  69. package/styles/Microsoft/Percentages.yml +7 -0
  70. package/styles/Microsoft/Plurals.yml +7 -0
  71. package/styles/Microsoft/Quotes.yml +7 -0
  72. package/styles/Microsoft/RangeTime.yml +13 -0
  73. package/styles/Microsoft/Semicolon.yml +8 -0
  74. package/styles/Microsoft/SentenceLength.yml +7 -0
  75. package/styles/Microsoft/Spacing.yml +8 -0
  76. package/styles/Microsoft/Suspended.yml +7 -0
  77. package/styles/Microsoft/Terms.yml +42 -0
  78. package/styles/Microsoft/URLFormat.yml +9 -0
  79. package/styles/Microsoft/Units.yml +16 -0
  80. package/styles/Microsoft/Vocab.yml +25 -0
  81. package/styles/Microsoft/We.yml +11 -0
  82. package/styles/Microsoft/Wordiness.yml +127 -0
  83. package/styles/Microsoft/meta.json +4 -0
  84. package/styles/alex/Ablist.yml +245 -0
  85. package/styles/alex/Condescending.yml +16 -0
  86. package/styles/alex/Gendered.yml +108 -0
  87. package/styles/alex/LGBTQ.yml +55 -0
  88. package/styles/alex/OCD.yml +10 -0
  89. package/styles/alex/Press.yml +11 -0
  90. package/styles/alex/ProfanityLikely.yml +1289 -0
  91. package/styles/alex/ProfanityMaybe.yml +282 -0
  92. package/styles/alex/ProfanityUnlikely.yml +251 -0
  93. package/styles/alex/README.md +27 -0
  94. package/styles/alex/Race.yml +83 -0
  95. package/styles/alex/Suicide.yml +24 -0
  96. package/styles/alex/meta.json +4 -0
  97. package/styles/config/vocabularies/Docs/accept.txt +6 -0
  98. package/styles/proselint/Airlinese.yml +8 -0
  99. package/styles/proselint/AnimalLabels.yml +48 -0
  100. package/styles/proselint/Annotations.yml +9 -0
  101. package/styles/proselint/Apologizing.yml +8 -0
  102. package/styles/proselint/Archaisms.yml +52 -0
  103. package/styles/proselint/But.yml +8 -0
  104. package/styles/proselint/Cliches.yml +782 -0
  105. package/styles/proselint/CorporateSpeak.yml +30 -0
  106. package/styles/proselint/Currency.yml +5 -0
  107. package/styles/proselint/Cursing.yml +15 -0
  108. package/styles/proselint/DateCase.yml +7 -0
  109. package/styles/proselint/DateMidnight.yml +7 -0
  110. package/styles/proselint/DateRedundancy.yml +10 -0
  111. package/styles/proselint/DateSpacing.yml +7 -0
  112. package/styles/proselint/DenizenLabels.yml +52 -0
  113. package/styles/proselint/Diacritical.yml +95 -0
  114. package/styles/proselint/GenderBias.yml +45 -0
  115. package/styles/proselint/GroupTerms.yml +39 -0
  116. package/styles/proselint/Hedging.yml +8 -0
  117. package/styles/proselint/Hyperbole.yml +6 -0
  118. package/styles/proselint/Jargon.yml +11 -0
  119. package/styles/proselint/LGBTOffensive.yml +13 -0
  120. package/styles/proselint/LGBTTerms.yml +15 -0
  121. package/styles/proselint/Malapropisms.yml +8 -0
  122. package/styles/proselint/Needless.yml +358 -0
  123. package/styles/proselint/Nonwords.yml +38 -0
  124. package/styles/proselint/Oxymorons.yml +22 -0
  125. package/styles/proselint/P-Value.yml +6 -0
  126. package/styles/proselint/RASSyndrome.yml +30 -0
  127. package/styles/proselint/README.md +12 -0
  128. package/styles/proselint/Skunked.yml +13 -0
  129. package/styles/proselint/Spelling.yml +17 -0
  130. package/styles/proselint/Typography.yml +11 -0
  131. package/styles/proselint/Uncomparables.yml +50 -0
  132. package/styles/proselint/Very.yml +6 -0
  133. package/styles/proselint/meta.json +17 -0
  134. package/styles/write-good/Cliches.yml +702 -0
  135. package/styles/write-good/E-Prime.yml +32 -0
  136. package/styles/write-good/Illusions.yml +11 -0
  137. package/styles/write-good/Passive.yml +183 -0
  138. package/styles/write-good/README.md +27 -0
  139. package/styles/write-good/So.yml +5 -0
  140. package/styles/write-good/ThereIs.yml +6 -0
  141. package/styles/write-good/TooWordy.yml +221 -0
  142. package/styles/write-good/Weasel.yml +29 -0
  143. package/styles/write-good/meta.json +4 -0
  144. package/testdriver/testdriver_2025-04-17T16-04-30-454Z.yaml +6 -0
  145. package/vale.ini +18 -0
  146. package/docs/guide/setup-teardown.mdx +0 -162
  147. package/docs/reference/interactive/assert.mdx +0 -0
  148. /package/{docs/reference/commands/scroll.mdx → styles/config/vocabularies/Docs/reject.txt} +0 -0
@@ -0,0 +1,245 @@
1
+ ---
2
+ extends: substitution
3
+ message: When referring to a person, consider using '%s' instead of '%s'.
4
+ ignorecase: true
5
+ level: warning
6
+ action:
7
+ name: replace
8
+ swap:
9
+ ablebodied: non-disabled
10
+ addict: person with a drug addiction|person recovering from a drug addiction
11
+ addicts: people with a drug addiction|people recovering from a drug addiction
12
+ adhd: disorganized|distracted|energetic|hyperactive|impetuous|impulsive|inattentive|restless|unfocused
13
+ afflicted with MD: person who has muscular dystrophy
14
+ afflicted with a disability: has a disability|person with a disability|people with
15
+ disabilities
16
+ afflicted with a intellectual disability: person with an intellectual disability
17
+ afflicted with a polio: polio|person who had polio
18
+ afflicted with aids: person with AIDS
19
+ afflicted with an injury: sustain an injury|receive an injury
20
+ afflicted with disabilities: has a disability|person with a disability|people with
21
+ disabilities
22
+ afflicted with injuries: sustain injuries|receive injuries
23
+ afflicted with intellectual disabilities: person with an intellectual disability
24
+ afflicted with multiple sclerosis: person who has multiple sclerosis
25
+ afflicted with muscular dystrophy: person who has muscular dystrophy
26
+ afflicted with polio: polio|person who had polio
27
+ afflicted with psychosis: person with a psychotic condition|person with psychosis
28
+ afflicted with schizophrenia: person with schizophrenia
29
+ aids victim: person with AIDS
30
+ alcohol abuser: someone with an alcohol problem
31
+ alcoholic: someone with an alcohol problem
32
+ amputee: person with an amputation
33
+ anorexic: thin|slim
34
+ asylum: psychiatric hospital|mental health hospital
35
+ barren: empty|sterile|infertile
36
+ batshit: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of
37
+ mental illness|person with mental illness|person with symptoms of a mental disorder|person
38
+ with a mental disorder
39
+ bedlam: chaos|hectic|pandemonium
40
+ binge: enthusiastic|spree
41
+ bipolar: fluctuating|person with bipolar disorder
42
+ birth defect: has a disability|person with a disability|people with disabilities
43
+ blind eye to: careless|heartless|indifferent|insensitive
44
+ blind to: careless|heartless|indifferent|insensitive
45
+ blinded by: careless|heartless|indifferent|insensitive
46
+ bony: thin|slim
47
+ bound to a wheelchair: uses a wheelchair
48
+ buckteeth: person with prominent teeth|prominent teeth
49
+ bucktoothed: person with prominent teeth|prominent teeth
50
+ challenged: has a disability|person with a disability|people with disabilities
51
+ cleftlipped: person with a cleft-lip and palate
52
+ confined to a wheelchair: uses a wheelchair
53
+ contard: disagreeable|uneducated|ignorant|naive|inconsiderate
54
+ crazy: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental
55
+ illness|person with mental illness|person with symptoms of a mental disorder|person
56
+ with a mental disorder
57
+ cretin: creep|fool
58
+ cripple: person with a limp
59
+ crippled: person with a limp
60
+ daft: absurd|foolish
61
+ deaf and dumb: deaf
62
+ deaf ear to: careless|heartless|indifferent|insensitive
63
+ deaf to: careless|heartless|indifferent|insensitive
64
+ deafened by: careless|heartless|indifferent|insensitive
65
+ deafmute: deaf
66
+ delirious: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of
67
+ mental illness|person with mental illness|person with symptoms of a mental disorder|person
68
+ with a mental disorder
69
+ demented: person with dementia
70
+ depressed: sad|blue|bummed out|person with seasonal affective disorder|person with
71
+ psychotic depression|person with postpartum depression
72
+ detox: treatment
73
+ detox center: treatment center
74
+ diffability: has a disability|person with a disability|people with disabilities
75
+ differently abled: has a disability|person with a disability|people with disabilities
76
+ disabled: turned off|has a disability|person with a disability|people with disabilities
77
+ downs syndrome: Down Syndrome
78
+ dumb: foolish|ludicrous|speechless|silent
79
+ dummy: test double|placeholder|fake|stub
80
+ dummyobject: test double|placeholder|fake|stub
81
+ dummyvalue: test double|placeholder|fake|stub
82
+ dummyvariable: test double|placeholder|fake|stub
83
+ dwarf: person with dwarfism|little person|little people|LP|person of short stature
84
+ dyslexic: person with dyslexia
85
+ epileptic: person with epilepsy
86
+ family burden: with family support needs
87
+ feeble minded: foolish|ludicrous|silly
88
+ feebleminded: foolish|ludicrous|silly
89
+ fucktard: disagreeable|uneducated|ignorant|naive|inconsiderate
90
+ gimp: person with a limp
91
+ handicapable: has a disability|person with a disability|people with disabilities
92
+ handicapped: person with a handicap|accessible
93
+ handicapped parking: accessible parking
94
+ hare lip: cleft-lip and palate
95
+ harelip: cleft-lip and palate
96
+ harelipped: person with a cleft-lip and palate
97
+ has intellectual issues: person with an intellectual disability
98
+ hearing impaired: hard of hearing|partially deaf|partial hearing loss|deaf
99
+ hearing impairment: hard of hearing|partially deaf|partial hearing loss|deaf
100
+ idiot: foolish|ludicrous|silly
101
+ imbecile: foolish|ludicrous|silly
102
+ infantile paralysis: polio|person who had polio
103
+ insane: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental
104
+ illness|person with mental illness|person with symptoms of a mental disorder|person
105
+ with a mental disorder
106
+ insanely: incredibly
107
+ insanity: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of
108
+ mental illness|person with mental illness|person with symptoms of a mental disorder|person
109
+ with a mental disorder
110
+ insomnia: restlessness|sleeplessness
111
+ insomniac: person who has insomnia
112
+ insomniacs: people who have insomnia
113
+ intellectually disabled: person with an intellectual disability
114
+ intellectually disabled people: people with intellectual disabilities
115
+ invalid: turned off|has a disability|person with a disability|people with disabilities
116
+ junkie: person with a drug addiction|person recovering from a drug addiction
117
+ junkies: people with a drug addiction|people recovering from a drug addiction
118
+ lame: boring|dull
119
+ learning disabled: person with learning disabilities
120
+ libtard: disagreeable|uneducated|ignorant|naive|inconsiderate
121
+ loony: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental
122
+ illness|person with mental illness|person with symptoms of a mental disorder|person
123
+ with a mental disorder
124
+ loony bin: chaos|hectic|pandemonium
125
+ low iq: foolish|ludicrous|unintelligent
126
+ lunacy: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental
127
+ illness|person with mental illness|person with symptoms of a mental disorder|person
128
+ with a mental disorder
129
+ lunatic: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of
130
+ mental illness|person with mental illness|person with symptoms of a mental disorder|person
131
+ with a mental disorder
132
+ madhouse: chaos|hectic|pandemonium
133
+ maniac: fanatic|zealot|enthusiast
134
+ manic: person with schizophrenia
135
+ mental: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental
136
+ illness|person with mental illness|person with symptoms of a mental disorder|person
137
+ with a mental disorder
138
+ mental case: rude|malicious|mean|disgusting|incredible|vile|person with symptoms
139
+ of mental illness|person with mental illness|person with symptoms of a mental
140
+ disorder|person with a mental disorder
141
+ mental defective: rude|malicious|mean|disgusting|incredible|vile|person with symptoms
142
+ of mental illness|person with mental illness|person with symptoms of a mental
143
+ disorder|person with a mental disorder
144
+ mentally ill: rude|malicious|mean|disgusting|incredible|vile|person with symptoms
145
+ of mental illness|person with mental illness|person with symptoms of a mental
146
+ disorder|person with a mental disorder
147
+ midget: person with dwarfism|little person|little people|LP|person of short stature
148
+ mongoloid: person with Down Syndrome
149
+ moron: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental
150
+ illness|person with mental illness|person with symptoms of a mental disorder|person
151
+ with a mental disorder
152
+ moronic: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of
153
+ mental illness|person with mental illness|person with symptoms of a mental disorder|person
154
+ with a mental disorder
155
+ multiple sclerosis victim: person who has multiple sclerosis
156
+ neurotic: has an anxiety disorder|obsessive|pedantic|niggly|picky
157
+ nuts: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental
158
+ illness|person with mental illness|person with symptoms of a mental disorder|person
159
+ with a mental disorder
160
+ panic attack: fit of terror|scare
161
+ paraplegic: person with paraplegia
162
+ psycho: rude|malicious|mean|disgusting|incredible|vile|person with symptoms of mental
163
+ illness|person with mental illness|person with symptoms of a mental disorder|person
164
+ with a mental disorder
165
+ psychopathology: rude|malicious|mean|disgusting|incredible|vile|person with symptoms
166
+ of mental illness|person with mental illness|person with symptoms of a mental
167
+ disorder|person with a mental disorder
168
+ psychotic: person with a psychotic condition|person with psychosis
169
+ quadriplegic: person with quadriplegia
170
+ rehab: treatment
171
+ rehab center: treatment center
172
+ restricted to a wheelchair: uses a wheelchair
173
+ retard: silly|dullard|person with Down Syndrome|person with developmental disabilities|delay|hold
174
+ back
175
+ retarded: silly|dullard|person with Down Syndrome|person with developmental disabilities|delay|hold
176
+ back
177
+ retards: "sillies|dullards|people with developmental disabilities|people with Down\u2019\
178
+ s Syndrome|delays|holds back"
179
+ sane: correct|adequate|sufficient|consistent|valid|coherent|sensible|reasonable
180
+ sanity check: check|assertion|validation|smoke test
181
+ schizo: person with schizophrenia
182
+ schizophrenic: person with schizophrenia
183
+ senile: person with dementia
184
+ short bus: silly|dullard|person with Down Syndrome|person with developmental disabilities|delay|hold
185
+ back
186
+ simpleton: foolish|ludicrous|unintelligent
187
+ small person: person with dwarfism|little person|little people|LP|person of short
188
+ stature
189
+ sociopath: person with a personality disorder|person with psychopathic personality
190
+ sociopaths: people with psychopathic personalities|people with a personality disorder
191
+ spastic: person with cerebral palsy|twitch|flinch
192
+ spaz: person with cerebral palsy|twitch|flinch|hectic
193
+ special: has a disability|person with a disability|people with disabilities
194
+ special needs: has a disability|person with a disability|people with disabilities
195
+ special olympians: athletes|Special Olympics athletes
196
+ special olympic athletes: athletes|Special Olympics athletes
197
+ specially abled: has a disability|person with a disability|people with disabilities
198
+ stammering: stuttering|disfluency of speech
199
+ stroke victim: individual who has had a stroke
200
+ stupid: foolish|ludicrous|unintelligent
201
+ stutterer: person who stutters
202
+ suffer from aids: person with AIDS
203
+ suffer from an injury: sustain an injury|receive an injury
204
+ suffer from injuries: sustain injuries|receive injuries
205
+ suffering from a disability: has a disability|person with a disability|people with
206
+ disabilities
207
+ suffering from a polio: polio|person who had polio
208
+ suffering from a stroke: individual who has had a stroke
209
+ suffering from aids: person with AIDS
210
+ suffering from an injury: sustain an injury|receive an injury
211
+ suffering from an intellectual disability: person with an intellectual disability
212
+ suffering from disabilities: has a disability|person with a disability|people with
213
+ disabilities
214
+ suffering from injuries: sustain injuries|receive injuries
215
+ suffering from intellectual disabilities: person with an intellectual disability
216
+ suffering from multiple sclerosis: person who has multiple sclerosis
217
+ suffering from polio: polio|person who had polio
218
+ suffering from psychosis: person with a psychotic condition|person with psychosis
219
+ suffering from schizophrenia: person with schizophrenia
220
+ suffers from MD: person who has muscular dystrophy
221
+ suffers from aids: person with AIDS
222
+ suffers from an injury: sustain an injury|receive an injury
223
+ suffers from disabilities: has a disability|person with a disability|people with
224
+ disabilities
225
+ suffers from injuries: sustain injuries|receive injuries
226
+ suffers from intellectual disabilities: person with an intellectual disability
227
+ suffers from multiple sclerosis: person who has multiple sclerosis
228
+ suffers from muscular dystrophy: person who has muscular dystrophy
229
+ suffers from polio: polio|person who had polio
230
+ suffers from psychosis: person with a psychotic condition|person with psychosis
231
+ suffers from schizophrenia: person with schizophrenia
232
+ tourettes disorder: Tourette syndrome
233
+ tourettes syndrome: Tourette syndrome
234
+ vertically challenged: person with dwarfism|little person|little people|LP|person
235
+ of short stature
236
+ victim of a stroke: individual who has had a stroke
237
+ victim of aids: person with AIDS
238
+ victim of an injury: sustain an injury|receive an injury
239
+ victim of injuries: sustain injuries|receive injuries
240
+ victim of multiple sclerosis: person who has multiple sclerosis
241
+ victim of polio: polio|person who had polio
242
+ victim of psychosis: person with a psychotic condition|person with psychosis
243
+ wacko: foolish|ludicrous|unintelligent
244
+ whacko: foolish|ludicrous|unintelligent
245
+ wheelchair bound: uses a wheelchair
@@ -0,0 +1,16 @@
1
+ ---
2
+ extends: existence
3
+ message: Using '%s' may come across as condescending.
4
+ link: https://css-tricks.com/words-avoid-educational-writing/
5
+ level: error
6
+ ignorecase: true
7
+ tokens:
8
+ - obvious
9
+ - obviously
10
+ - simple
11
+ - simply
12
+ - easy
13
+ - easily
14
+ - of course
15
+ - clearly
16
+ - everyone knows
@@ -0,0 +1,108 @@
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
+ ancient man: ancient civilization|ancient people
10
+ authoress: author|writer
11
+ average housewife: average consumer|average household|average homemaker
12
+ average man: average person
13
+ average working man: average wage earner|average taxpayer
14
+ aviatrix: aviator
15
+ bitch: whine|complain|cry
16
+ bitching: whining|complaining|crying
17
+ brotherhood of man: the human family
18
+ calendar girl: model
19
+ call girl: escort|prostitute|sex worker
20
+ churchman: cleric|practicing Christian|pillar of the Church
21
+ english master: english coordinator|senior teacher of english
22
+ englishmen: the english
23
+ executrix: executor
24
+ father of *: founder of
25
+ fellowship: camaraderie|community|organization
26
+ founding father: the founders|founding leaders|forebears
27
+ frenchmen: french|the french
28
+ freshman: first-year student|fresher
29
+ freshwoman: first-year student|fresher
30
+ housemaid: house worker|domestic help
31
+ housewife: homemaker|homeworker
32
+ housewives: homemakers|homeworkers
33
+ industrial man: industrial civilization|industrial people
34
+ lady doctor: doctor
35
+ ladylike: courteous|cultured
36
+ leading lady: lead
37
+ like a man: resolutely|bravely
38
+ mad man: fanatic|zealot|enthusiast
39
+ mad men: fanatics|zealots|enthusiasts
40
+ madman: fanatic|zealot|enthusiast
41
+ madmen: fanatics|zealots|enthusiasts
42
+ maiden: virgin
43
+ maiden flight: first flight
44
+ maiden name: birth name
45
+ maiden race: first race
46
+ maiden speech: first speech
47
+ maiden voyage: first voyage
48
+ man a desk: staff a desk
49
+ man enough: strong enough
50
+ man hour: staff hour|hour of work
51
+ man hours: staff hours|hours of work|hours of labor|hours
52
+ man in the street: ordinary citizen|typical person|average person
53
+ man of action: dynamo
54
+ man of letters: scholar|writer|literary figure
55
+ man of the land: farmer|rural worker|grazier|landowner|rural community|country people|country
56
+ folk
57
+ man of the world: sophisticate
58
+ man sized task: a demanding task|a big job
59
+ man the booth: staff the booth
60
+ man the phones: answer the phones
61
+ manhour: staff hour|hour of work
62
+ manhours: staff hours|hours of work|hours of labor|hours
63
+ mankind: humankind
64
+ manmade: manufactured|artificial|synthetic|machine-made|constructed
65
+ manned: staffed|crewed|piloted
66
+ manpower: human resources|workforce|personnel|staff|labor|personnel|labor force|staffing|combat
67
+ personnel
68
+ mans best friend: a faithful dog
69
+ mansized task: a demanding task|a big job
70
+ master copy: pass key|original
71
+ master key: pass key|original
72
+ master of ceremonies: emcee|moderator|convenor
73
+ master plan: grand scheme|guiding principles
74
+ master the art: become skilled
75
+ masterful: skilled|authoritative|commanding
76
+ mastermind: genius|creator|instigator|oversee|launch|originate
77
+ masterpiece: "work of genius|chef d\u2019oeuvre"
78
+ masterplan: vision|comprehensive plan
79
+ masterstroke: trump card|stroke of genius
80
+ men of science: scientists
81
+ midwife: birthing nurse
82
+ miss\.: ms.
83
+ moan: whine|complain|cry
84
+ moaning: whining|complaining|crying
85
+ modern man: modern civilization|modern people
86
+ motherly: loving|warm|nurturing
87
+ mrs\.: ms.
88
+ no mans land: unoccupied territory|wasteland|deathtrap
89
+ office girls: administrative staff
90
+ oneupmanship: upstaging|competitiveness
91
+ poetess: poet
92
+ railwayman: railway worker
93
+ sportsmanlike: fair|sporting
94
+ sportsmanship: fairness|good humor|sense of fair play
95
+ statesman like: diplomatic
96
+ statesmanlike: diplomatic
97
+ stockman: cattle worker|farmhand|drover
98
+ tax man: tax commissioner|tax office|tax collector
99
+ tradesmans entrance: service entrance
100
+ unmanned: robotic|automated
101
+ usherette: usher
102
+ wife beater: tank top|sleeveless undershirt
103
+ wifebeater: tank top|sleeveless undershirt
104
+ woman lawyer: lawyer
105
+ woman painter: painter
106
+ working mother: wage or salary earning woman|two-income family
107
+ working wife: wage or salary earning woman|two-income family
108
+ workmanship: quality construction|expertise
@@ -0,0 +1,55 @@
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
+ bathroom bill: non-discrimination law|non-discrimination ordinance
10
+ bi: bisexual
11
+ biologically female: assigned female at birth|designated female at birth
12
+ biologically male: assigned male at birth|designated male at birth
13
+ born a man: assigned male at birth|designated male at birth
14
+ born a woman: assigned female at birth|designated female at birth
15
+ dyke: gay
16
+ fag: gay
17
+ faggot: gay
18
+ gay agenda: gay issues
19
+ gay lifestyle: gay lives|gay/lesbian lives
20
+ gay rights: equal rights|civil rights for gay people
21
+ gender pronoun: pronoun|pronouns
22
+ gender pronouns: pronoun|pronouns
23
+ genetically female: assigned female at birth|designated female at birth
24
+ genetically male: assigned male at birth|designated male at birth
25
+ hermaphrodite: person who is intersex|person|intersex person
26
+ hermaphroditic: intersex
27
+ heshe: transgender person|person
28
+ homo: gay
29
+ homosexual: gay|gay man|lesbian|gay person/people
30
+ homosexual agenda: gay issues
31
+ homosexual couple: couple
32
+ homosexual lifestyle: gay lives|gay/lesbian lives
33
+ homosexual marriage: gay marriage|same-sex marriage
34
+ homosexual relations: relationship
35
+ homosexual relationship: relationship
36
+ preferred pronoun: pronoun|pronouns
37
+ preferred pronouns: pronoun|pronouns
38
+ pseudo hermaphrodite: person who is intersex|person|intersex person
39
+ pseudo hermaphroditic: intersex
40
+ pseudohermaphrodite: person who is intersex|person|intersex person
41
+ pseudohermaphroditic: intersex
42
+ sex change: transition|gender confirmation surgery
43
+ sex change operation: sex reassignment surgery|gender confirmation surgery
44
+ sexchange: transition|gender confirmation surgery
45
+ sexual preference: sexual orientation|orientation
46
+ she male: transgender person|person
47
+ shehe: transgender person|person
48
+ shemale: transgender person|person
49
+ sodomite: gay
50
+ special rights: equal rights|civil rights for gay people
51
+ tranny: transgender
52
+ transgendered: transgender
53
+ transgenderism: being transgender|the movement for transgender equality
54
+ transgenders: transgender people
55
+ transvestite: cross-dresser
@@ -0,0 +1,10 @@
1
+ ---
2
+ extends: substitution
3
+ message: When referring to a person, consider using '%s' instead of '%s'.
4
+ ignorecase: true
5
+ level: warning
6
+ nonword: true
7
+ action:
8
+ name: replace
9
+ swap:
10
+ '\bocd\b|o\.c\.d\.': has an anxiety disorder|obsessive|pedantic|niggly|picky
@@ -0,0 +1,11 @@
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
+ islamist: muslim|person of Islamic faith|fanatic|zealot|follower of islam|follower
10
+ of the islamic faith
11
+ islamists: muslims|people of Islamic faith|fanatics|zealots