testdriverai 5.3.13 → 5.3.15
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,30 @@
|
|
|
1
|
+
extends: existence
|
|
2
|
+
message: "'%s' is corporate speak."
|
|
3
|
+
ignorecase: true
|
|
4
|
+
level: error
|
|
5
|
+
tokens:
|
|
6
|
+
- at the end of the day
|
|
7
|
+
- back to the drawing board
|
|
8
|
+
- hit the ground running
|
|
9
|
+
- get the ball rolling
|
|
10
|
+
- low-hanging fruit
|
|
11
|
+
- thrown under the bus
|
|
12
|
+
- think outside the box
|
|
13
|
+
- let's touch base
|
|
14
|
+
- get my manager's blessing
|
|
15
|
+
- it's on my radar
|
|
16
|
+
- ping me
|
|
17
|
+
- i don't have the bandwidth
|
|
18
|
+
- no brainer
|
|
19
|
+
- par for the course
|
|
20
|
+
- bang for your buck
|
|
21
|
+
- synergy
|
|
22
|
+
- move the goal post
|
|
23
|
+
- apples to apples
|
|
24
|
+
- win-win
|
|
25
|
+
- circle back around
|
|
26
|
+
- all hands on deck
|
|
27
|
+
- take this offline
|
|
28
|
+
- drill-down
|
|
29
|
+
- elephant in the room
|
|
30
|
+
- on my plate
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
extends: existence
|
|
2
|
+
message: "'a.m.' is always morning; 'p.m.' is always night."
|
|
3
|
+
ignorecase: true
|
|
4
|
+
level: error
|
|
5
|
+
nonword: true
|
|
6
|
+
tokens:
|
|
7
|
+
- '\d{1,2} ?a\.?m\.? in the morning'
|
|
8
|
+
- '\d{1,2} ?p\.?m\.? in the evening'
|
|
9
|
+
- '\d{1,2} ?p\.?m\.? at night'
|
|
10
|
+
- '\d{1,2} ?p\.?m\.? in the afternoon'
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
extends: substitution
|
|
2
|
+
message: Did you mean '%s'?
|
|
3
|
+
ignorecase: false
|
|
4
|
+
action:
|
|
5
|
+
name: replace
|
|
6
|
+
swap:
|
|
7
|
+
(?:Afrikaaner|Afrikander): Afrikaner
|
|
8
|
+
(?:Hong Kongite|Hong Kongian): Hong Konger
|
|
9
|
+
(?:Indianan|Indianian): Hoosier
|
|
10
|
+
(?:Michiganite|Michiganian): Michigander
|
|
11
|
+
(?:New Hampshireite|New Hampshireman): New Hampshirite
|
|
12
|
+
(?:Newcastlite|Newcastleite): Novocastrian
|
|
13
|
+
(?:Providencian|Providencer): Providentian
|
|
14
|
+
(?:Trentian|Trentonian): Tridentine
|
|
15
|
+
(?:Warsawer|Warsawian): Varsovian
|
|
16
|
+
(?:Wolverhamptonite|Wolverhamptonian): Wulfrunian
|
|
17
|
+
Alabaman: Alabamian
|
|
18
|
+
Albuquerquian: Albuquerquean
|
|
19
|
+
Anchoragite: Anchorageite
|
|
20
|
+
Arizonian: Arizonan
|
|
21
|
+
Arkansawyer: Arkansan
|
|
22
|
+
Belarusan: Belarusian
|
|
23
|
+
Cayman Islander: Caymanian
|
|
24
|
+
Coloradoan: Coloradan
|
|
25
|
+
Connecticuter: Nutmegger
|
|
26
|
+
Fairbanksian: Fairbanksan
|
|
27
|
+
Fort Worther: Fort Worthian
|
|
28
|
+
Grenadian: Grenadan
|
|
29
|
+
Halifaxer: Haligonian
|
|
30
|
+
Hartlepoolian: Hartlepudlian
|
|
31
|
+
Illinoisian: Illinoisan
|
|
32
|
+
Iowegian: Iowan
|
|
33
|
+
Leedsian: Leodenisian
|
|
34
|
+
Liverpoolian: Liverpudlian
|
|
35
|
+
Los Angelean: Angeleno
|
|
36
|
+
Manchesterian: Mancunian
|
|
37
|
+
Minneapolisian: Minneapolitan
|
|
38
|
+
Missouran: Missourian
|
|
39
|
+
Monacan: Monegasque
|
|
40
|
+
Neopolitan: Neapolitan
|
|
41
|
+
New Jerseyite: New Jerseyan
|
|
42
|
+
New Orleansian: New Orleanian
|
|
43
|
+
Oklahoma Citian: Oklahoma Cityan
|
|
44
|
+
Oklahomian: Oklahoman
|
|
45
|
+
Saudi Arabian: Saudi
|
|
46
|
+
Seattlite: Seattleite
|
|
47
|
+
Surinamer: Surinamese
|
|
48
|
+
Tallahassean: Tallahasseean
|
|
49
|
+
Tennesseean: Tennessean
|
|
50
|
+
Trois-Rivièrester: Trifluvian
|
|
51
|
+
Utahan: Utahn
|
|
52
|
+
Valladolidian: Vallisoletano
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
extends: substitution
|
|
2
|
+
message: Consider using '%s' instead of '%s'.
|
|
3
|
+
ignorecase: true
|
|
4
|
+
level: error
|
|
5
|
+
action:
|
|
6
|
+
name: replace
|
|
7
|
+
swap:
|
|
8
|
+
beau ideal: beau idéal
|
|
9
|
+
boutonniere: boutonnière
|
|
10
|
+
bric-a-brac: bric-à-brac
|
|
11
|
+
cafe: café
|
|
12
|
+
cause celebre: cause célèbre
|
|
13
|
+
chevre: chèvre
|
|
14
|
+
cliche: cliché
|
|
15
|
+
consomme: consommé
|
|
16
|
+
coup de grace: coup de grâce
|
|
17
|
+
crudites: crudités
|
|
18
|
+
creme brulee: crème brûlée
|
|
19
|
+
creme de menthe: crème de menthe
|
|
20
|
+
creme fraice: crème fraîche
|
|
21
|
+
creme fresh: crème fraîche
|
|
22
|
+
crepe: crêpe
|
|
23
|
+
debutante: débutante
|
|
24
|
+
decor: décor
|
|
25
|
+
deja vu: déjà vu
|
|
26
|
+
denouement: dénouement
|
|
27
|
+
facade: façade
|
|
28
|
+
fiance: fiancé
|
|
29
|
+
fiancee: fiancée
|
|
30
|
+
flambe: flambé
|
|
31
|
+
garcon: garçon
|
|
32
|
+
lycee: lycée
|
|
33
|
+
maitre d: maître d
|
|
34
|
+
menage a trois: ménage à trois
|
|
35
|
+
negligee: négligée
|
|
36
|
+
protege: protégé
|
|
37
|
+
protegee: protégée
|
|
38
|
+
puree: purée
|
|
39
|
+
my resume: my résumé
|
|
40
|
+
your resume: your résumé
|
|
41
|
+
his resume: his résumé
|
|
42
|
+
her resume: her résumé
|
|
43
|
+
a resume: a résumé
|
|
44
|
+
the resume: the résumé
|
|
45
|
+
risque: risqué
|
|
46
|
+
roue: roué
|
|
47
|
+
soiree: soirée
|
|
48
|
+
souffle: soufflé
|
|
49
|
+
soupcon: soupçon
|
|
50
|
+
touche: touché
|
|
51
|
+
tete-a-tete: tête-à-tête
|
|
52
|
+
voila: voilà
|
|
53
|
+
a la carte: à la carte
|
|
54
|
+
a la mode: à la mode
|
|
55
|
+
emigre: émigré
|
|
56
|
+
|
|
57
|
+
# Spanish loanwords
|
|
58
|
+
El Nino: El Niño
|
|
59
|
+
jalapeno: jalapeño
|
|
60
|
+
La Nina: La Niña
|
|
61
|
+
pina colada: piña colada
|
|
62
|
+
senor: señor
|
|
63
|
+
senora: señora
|
|
64
|
+
senorita: señorita
|
|
65
|
+
|
|
66
|
+
# Portuguese loanwords
|
|
67
|
+
acai: açaí
|
|
68
|
+
|
|
69
|
+
# German loanwords
|
|
70
|
+
doppelganger: doppelgänger
|
|
71
|
+
Fuhrer: Führer
|
|
72
|
+
Gewurztraminer: Gewürztraminer
|
|
73
|
+
vis-a-vis: vis-à-vis
|
|
74
|
+
Ubermensch: Übermensch
|
|
75
|
+
|
|
76
|
+
# Swedish loanwords
|
|
77
|
+
filmjolk: filmjölk
|
|
78
|
+
smorgasbord: smörgåsbord
|
|
79
|
+
|
|
80
|
+
# Names, places, and companies
|
|
81
|
+
Beyonce: Beyoncé
|
|
82
|
+
Bronte: Brontë
|
|
83
|
+
Champs-Elysees: Champs-Élysées
|
|
84
|
+
Citroen: Citroën
|
|
85
|
+
Curacao: Curaçao
|
|
86
|
+
Lowenbrau: Löwenbräu
|
|
87
|
+
Monegasque: Monégasque
|
|
88
|
+
Motley Crue: Mötley Crüe
|
|
89
|
+
Nescafe: Nescafé
|
|
90
|
+
Queensryche: Queensrÿche
|
|
91
|
+
Quebec: Québec
|
|
92
|
+
Quebecois: Québécois
|
|
93
|
+
Angstrom: Ångström
|
|
94
|
+
angstrom: ångström
|
|
95
|
+
Skoda: Škoda
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
extends: substitution
|
|
2
|
+
message: Consider using '%s' instead of '%s'.
|
|
3
|
+
ignorecase: true
|
|
4
|
+
level: error
|
|
5
|
+
action:
|
|
6
|
+
name: replace
|
|
7
|
+
swap:
|
|
8
|
+
(?:alumnae|alumni): graduates
|
|
9
|
+
(?:alumna|alumnus): graduate
|
|
10
|
+
air(?:m[ae]n|wom[ae]n): pilot(s)
|
|
11
|
+
anchor(?:m[ae]n|wom[ae]n): anchor(s)
|
|
12
|
+
authoress: author
|
|
13
|
+
camera(?:m[ae]n|wom[ae]n): camera operator(s)
|
|
14
|
+
chair(?:m[ae]n|wom[ae]n): chair(s)
|
|
15
|
+
congress(?:m[ae]n|wom[ae]n): member(s) of congress
|
|
16
|
+
door(?:m[ae]|wom[ae]n): concierge(s)
|
|
17
|
+
draft(?:m[ae]n|wom[ae]n): drafter(s)
|
|
18
|
+
fire(?:m[ae]n|wom[ae]n): firefighter(s)
|
|
19
|
+
fisher(?:m[ae]n|wom[ae]n): fisher(s)
|
|
20
|
+
fresh(?:m[ae]n|wom[ae]n): first-year student(s)
|
|
21
|
+
garbage(?:m[ae]n|wom[ae]n): waste collector(s)
|
|
22
|
+
lady lawyer: lawyer
|
|
23
|
+
ladylike: courteous
|
|
24
|
+
landlord: building manager
|
|
25
|
+
mail(?:m[ae]n|wom[ae]n): mail carriers
|
|
26
|
+
man and wife: husband and wife
|
|
27
|
+
man enough: strong enough
|
|
28
|
+
mankind: human kind
|
|
29
|
+
manmade: manufactured
|
|
30
|
+
men and girls: men and women
|
|
31
|
+
middle(?:m[ae]n|wom[ae]n): intermediary
|
|
32
|
+
news(?:m[ae]n|wom[ae]n): journalist(s)
|
|
33
|
+
ombuds(?:man|woman): ombuds
|
|
34
|
+
oneupmanship: upstaging
|
|
35
|
+
poetess: poet
|
|
36
|
+
police(?:m[ae]n|wom[ae]n): police officer(s)
|
|
37
|
+
repair(?:m[ae]n|wom[ae]n): technician(s)
|
|
38
|
+
sales(?:m[ae]n|wom[ae]n): salesperson or sales people
|
|
39
|
+
service(?:m[ae]n|wom[ae]n): soldier(s)
|
|
40
|
+
steward(?:ess)?: flight attendant
|
|
41
|
+
tribes(?:m[ae]n|wom[ae]n): tribe member(s)
|
|
42
|
+
waitress: waiter
|
|
43
|
+
woman doctor: doctor
|
|
44
|
+
woman scientist[s]?: scientist(s)
|
|
45
|
+
work(?:m[ae]n|wom[ae]n): worker(s)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
extends: substitution
|
|
2
|
+
message: Consider using '%s' instead of '%s'.
|
|
3
|
+
ignorecase: true
|
|
4
|
+
action:
|
|
5
|
+
name: replace
|
|
6
|
+
swap:
|
|
7
|
+
(?:bunch|group|pack|flock) of chickens: brood of chickens
|
|
8
|
+
(?:bunch|group|pack|flock) of crows: murder of crows
|
|
9
|
+
(?:bunch|group|pack|flock) of hawks: cast of hawks
|
|
10
|
+
(?:bunch|group|pack|flock) of parrots: pandemonium of parrots
|
|
11
|
+
(?:bunch|group|pack|flock) of peacocks: muster of peacocks
|
|
12
|
+
(?:bunch|group|pack|flock) of penguins: muster of penguins
|
|
13
|
+
(?:bunch|group|pack|flock) of sparrows: host of sparrows
|
|
14
|
+
(?:bunch|group|pack|flock) of turkeys: rafter of turkeys
|
|
15
|
+
(?:bunch|group|pack|flock) of woodpeckers: descent of woodpeckers
|
|
16
|
+
(?:bunch|group|pack|herd) of apes: shrewdness of apes
|
|
17
|
+
(?:bunch|group|pack|herd) of baboons: troop of baboons
|
|
18
|
+
(?:bunch|group|pack|herd) of badgers: cete of badgers
|
|
19
|
+
(?:bunch|group|pack|herd) of bears: sloth of bears
|
|
20
|
+
(?:bunch|group|pack|herd) of bullfinches: bellowing of bullfinches
|
|
21
|
+
(?:bunch|group|pack|herd) of bullocks: drove of bullocks
|
|
22
|
+
(?:bunch|group|pack|herd) of caterpillars: army of caterpillars
|
|
23
|
+
(?:bunch|group|pack|herd) of cats: clowder of cats
|
|
24
|
+
(?:bunch|group|pack|herd) of colts: rag of colts
|
|
25
|
+
(?:bunch|group|pack|herd) of crocodiles: bask of crocodiles
|
|
26
|
+
(?:bunch|group|pack|herd) of dolphins: school of dolphins
|
|
27
|
+
(?:bunch|group|pack|herd) of foxes: skulk of foxes
|
|
28
|
+
(?:bunch|group|pack|herd) of gorillas: band of gorillas
|
|
29
|
+
(?:bunch|group|pack|herd) of hippopotami: bloat of hippopotami
|
|
30
|
+
(?:bunch|group|pack|herd) of horses: drove of horses
|
|
31
|
+
(?:bunch|group|pack|herd) of jellyfish: fluther of jellyfish
|
|
32
|
+
(?:bunch|group|pack|herd) of kangeroos: mob of kangeroos
|
|
33
|
+
(?:bunch|group|pack|herd) of monkeys: troop of monkeys
|
|
34
|
+
(?:bunch|group|pack|herd) of oxen: yoke of oxen
|
|
35
|
+
(?:bunch|group|pack|herd) of rhinoceros: crash of rhinoceros
|
|
36
|
+
(?:bunch|group|pack|herd) of wild boar: sounder of wild boar
|
|
37
|
+
(?:bunch|group|pack|herd) of wild pigs: drift of wild pigs
|
|
38
|
+
(?:bunch|group|pack|herd) of zebras: zeal of wild pigs
|
|
39
|
+
(?:bunch|group|pack|school) of trout: hover of trout
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
extends: existence
|
|
2
|
+
message: "'%s' is offensive. Remove it or consider the context."
|
|
3
|
+
ignorecase: true
|
|
4
|
+
tokens:
|
|
5
|
+
- fag
|
|
6
|
+
- faggot
|
|
7
|
+
- dyke
|
|
8
|
+
- sodomite
|
|
9
|
+
- homosexual agenda
|
|
10
|
+
- gay agenda
|
|
11
|
+
- transvestite
|
|
12
|
+
- homosexual lifestyle
|
|
13
|
+
- gay lifestyle
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
extends: substitution
|
|
2
|
+
message: "Consider using '%s' instead of '%s'."
|
|
3
|
+
ignorecase: true
|
|
4
|
+
action:
|
|
5
|
+
name: replace
|
|
6
|
+
swap:
|
|
7
|
+
homosexual man: gay man
|
|
8
|
+
homosexual men: gay men
|
|
9
|
+
homosexual woman: lesbian
|
|
10
|
+
homosexual women: lesbians
|
|
11
|
+
homosexual people: gay people
|
|
12
|
+
homosexual couple: gay couple
|
|
13
|
+
sexual preference: sexual orientation
|
|
14
|
+
(?:admitted homosexual|avowed homosexual): openly gay
|
|
15
|
+
special rights: equal rights
|