ai-text-check 1.0.0
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/LICENSE +21 -0
- package/NOTICE +36 -0
- package/README.md +174 -0
- package/SOURCES.md +34 -0
- package/dist/cli.js +13834 -0
- package/dist/index.cjs +13366 -0
- package/dist/index.d.cts +36 -0
- package/dist/index.d.ts +36 -0
- package/dist/index.js +13351 -0
- package/dist/node.cjs +13581 -0
- package/dist/node.d.cts +41 -0
- package/dist/node.d.ts +41 -0
- package/dist/node.js +13564 -0
- package/dist/types-BlvvRFG5.d.cts +153 -0
- package/dist/types-BlvvRFG5.d.ts +153 -0
- package/package.json +115 -0
- package/slop-gate.config.json +3 -0
- package/vale/styles/AiTextCheck/DiveDeep.yml +5 -0
- package/vale/styles/AiTextCheck/Furthermore.yml +5 -0
- package/vale/styles/AiTextCheck/ImportantToNote.yml +5 -0
- package/vale/styles/AiTextCheck/InTodaysWorld.yml +5 -0
- package/vale/styles/AiTextCheck/LeverageUtilize.yml +5 -0
- package/vale/styles/AiTextCheck/meta.json +3 -0
- package/vale/styles/Google/AMPM.yml +9 -0
- package/vale/styles/Google/Acronyms.yml +64 -0
- package/vale/styles/Google/Colons.yml +8 -0
- package/vale/styles/Google/Contractions.yml +30 -0
- package/vale/styles/Google/DateFormat.yml +9 -0
- package/vale/styles/Google/Ellipses.yml +9 -0
- package/vale/styles/Google/EmDash.yml +12 -0
- package/vale/styles/Google/Exclamation.yml +12 -0
- package/vale/styles/Google/FirstPerson.yml +13 -0
- package/vale/styles/Google/Gender.yml +9 -0
- package/vale/styles/Google/GenderBias.yml +43 -0
- package/vale/styles/Google/HeadingPunctuation.yml +13 -0
- package/vale/styles/Google/Headings.yml +29 -0
- package/vale/styles/Google/LICENSE +21 -0
- package/vale/styles/Google/Latin.yml +11 -0
- package/vale/styles/Google/LyHyphens.yml +14 -0
- package/vale/styles/Google/OptionalPlurals.yml +12 -0
- package/vale/styles/Google/Ordinal.yml +7 -0
- package/vale/styles/Google/OxfordComma.yml +7 -0
- package/vale/styles/Google/Parens.yml +7 -0
- package/vale/styles/Google/Passive.yml +184 -0
- package/vale/styles/Google/Periods.yml +7 -0
- package/vale/styles/Google/Quotes.yml +7 -0
- package/vale/styles/Google/Ranges.yml +7 -0
- package/vale/styles/Google/Semicolons.yml +8 -0
- package/vale/styles/Google/Slang.yml +11 -0
- package/vale/styles/Google/Spacing.yml +10 -0
- package/vale/styles/Google/Spelling.yml +10 -0
- package/vale/styles/Google/Units.yml +8 -0
- package/vale/styles/Google/We.yml +11 -0
- package/vale/styles/Google/Will.yml +7 -0
- package/vale/styles/Google/WordList.yml +80 -0
- package/vale/styles/Google/meta.json +4 -0
- package/vale/styles/Google/vocab.txt +0 -0
- package/vale/styles/ai-tells/AIAdjectiveNounPairs.yml +8 -0
- package/vale/styles/ai-tells/AICompoundPhrases.yml +139 -0
- package/vale/styles/ai-tells/AbsoluteAssertions.yml +21 -0
- package/vale/styles/ai-tells/AffirmativeFormulas.yml +101 -0
- package/vale/styles/ai-tells/AnnouncementHeadings.yml +16 -0
- package/vale/styles/ai-tells/AnthropomorphicJustification.yml +115 -0
- package/vale/styles/ai-tells/ClosingPleasantries.yml +120 -0
- package/vale/styles/ai-tells/ColloquialAssessments.yml +47 -0
- package/vale/styles/ai-tells/ColonUsage.yml +18 -0
- package/vale/styles/ai-tells/ConclusionMarkers.yml +23 -0
- package/vale/styles/ai-tells/ContrastiveFormulas.yml +188 -0
- package/vale/styles/ai-tells/ContrastiveNegation.yml +22 -0
- package/vale/styles/ai-tells/DefensiveHedges.yml +63 -0
- package/vale/styles/ai-tells/DespiteChallenges.yml +32 -0
- package/vale/styles/ai-tells/EmDashUsage.yml +9 -0
- package/vale/styles/ai-tells/EmphaticCopula.yml +30 -0
- package/vale/styles/ai-tells/EmptyPadding.yml +10 -0
- package/vale/styles/ai-tells/EmptyPaddingStacked.yml +11 -0
- package/vale/styles/ai-tells/ExplainerHeadings.yml +20 -0
- package/vale/styles/ai-tells/FalseBalance.yml +31 -0
- package/vale/styles/ai-tells/FalseExclusivity.yml +41 -0
- package/vale/styles/ai-tells/FigurativeLands.yml +79 -0
- package/vale/styles/ai-tells/FillerPhrases.yml +78 -0
- package/vale/styles/ai-tells/FormalRegister.yml +58 -0
- package/vale/styles/ai-tells/FormalTransitions.yml +74 -0
- package/vale/styles/ai-tells/GrowthMetaphors.yml +28 -0
- package/vale/styles/ai-tells/HedgingPhrases.yml +85 -0
- package/vale/styles/ai-tells/LICENSE +21 -0
- package/vale/styles/ai-tells/ListIntroductions.yml +22 -0
- package/vale/styles/ai-tells/MarketingHeadings.yml +19 -0
- package/vale/styles/ai-tells/Metacommentary.yml +113 -0
- package/vale/styles/ai-tells/MicDrop.yml +205 -0
- package/vale/styles/ai-tells/MicDropHeadings.yml +20 -0
- package/vale/styles/ai-tells/NarrativePivots.yml +59 -0
- package/vale/styles/ai-tells/OpeningCliches.yml +98 -0
- package/vale/styles/ai-tells/OrganicConsequence.yml +38 -0
- package/vale/styles/ai-tells/OverusedVocabulary.yml +185 -0
- package/vale/styles/ai-tells/OverusedVocabularyVerbs.yml +7 -0
- package/vale/styles/ai-tells/ParallelStaccato.yml +34 -0
- package/vale/styles/ai-tells/ParticipialPadding.yml +74 -0
- package/vale/styles/ai-tells/PromotionalPuffery.yml +63 -0
- package/vale/styles/ai-tells/RedundantPrecaution.yml +8 -0
- package/vale/styles/ai-tells/ResonateOveruse.yml +13 -0
- package/vale/styles/ai-tells/RestatementMarkers.yml +36 -0
- package/vale/styles/ai-tells/RhetoricalDevices.yml +53 -0
- package/vale/styles/ai-tells/RhetoricalSelfAnswer.yml +51 -0
- package/vale/styles/ai-tells/SelfReference.yml +52 -0
- package/vale/styles/ai-tells/SemicolonUsage.yml +31 -0
- package/vale/styles/ai-tells/SequencingMarkers.yml +41 -0
- package/vale/styles/ai-tells/ServesAsDodge.yml +66 -0
- package/vale/styles/ai-tells/ShipOveruse.yml +16 -0
- package/vale/styles/ai-tells/StackedAnaphora.yml +185 -0
- package/vale/styles/ai-tells/StrategyBuzzwords.yml +32 -0
- package/vale/styles/ai-tells/StructureAnnouncements.yml +22 -0
- package/vale/styles/ai-tells/SycophancyMarkers.yml +26 -0
- package/vale/styles/ai-tells/UnpackExplore.yml +21 -0
- package/vale/styles/ai-tells/UrgencyInflation.yml +70 -0
- package/vale/styles/ai-tells/VagueAttributions.yml +67 -0
- package/vale/styles/ai-tells/VerbTricolon.yml +78 -0
- package/vale/styles/ai-tells/VerbTricolonDensity.yml +7 -0
- package/vale/styles/ai-tells/WrapUpHeadings.yml +22 -0
- package/vale/styles/signs-of-ai-writing/AspectOveruse.yml +13 -0
- package/vale/styles/signs-of-ai-writing/ChatGPTArtifacts.yml +12 -0
- package/vale/styles/signs-of-ai-writing/ChatbotCommunication.yml +21 -0
- package/vale/styles/signs-of-ai-writing/CitationArtifacts.yml +10 -0
- package/vale/styles/signs-of-ai-writing/ColonOveruse.yml +11 -0
- package/vale/styles/signs-of-ai-writing/Enumeration.yml +11 -0
- package/vale/styles/signs-of-ai-writing/Hedging.yml +6 -0
- package/vale/styles/signs-of-ai-writing/Intensifiers.yml +17 -0
- package/vale/styles/signs-of-ai-writing/KnowledgeCutoff.yml +14 -0
- package/vale/styles/signs-of-ai-writing/LICENSE +12 -0
- package/vale/styles/signs-of-ai-writing/Lists.yml +8 -0
- package/vale/styles/signs-of-ai-writing/Narrative.yml +15 -0
- package/vale/styles/signs-of-ai-writing/Passive.yml +16 -0
- package/vale/styles/signs-of-ai-writing/Placeholders.yml +17 -0
- package/vale/styles/signs-of-ai-writing/ScareQuotes.yml +6 -0
- package/vale/styles/signs-of-ai-writing/Symbolism.yml +23 -0
- package/vale/styles/signs-of-ai-writing/Transitions.yml +17 -0
- package/vale/styles/signs-of-ai-writing/UTMParameters.yml +10 -0
- package/vale/styles/signs-of-ai-writing/Vocabulary.yml +27 -0
- package/vale/styles/signs-of-ai-writing/meta.json +4 -0
- package/vale/styles/write-good/Cliches.yml +702 -0
- package/vale/styles/write-good/E-Prime.yml +32 -0
- package/vale/styles/write-good/Illusions.yml +11 -0
- package/vale/styles/write-good/LICENSE +21 -0
- package/vale/styles/write-good/Passive.yml +183 -0
- package/vale/styles/write-good/README.md +27 -0
- package/vale/styles/write-good/So.yml +5 -0
- package/vale/styles/write-good/ThereIs.yml +6 -0
- package/vale/styles/write-good/TooWordy.yml +221 -0
- package/vale/styles/write-good/Weasel.yml +29 -0
- package/vale/styles/write-good/meta.json +4 -0
- package/vale/vale.ini +38 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019 errata.ai
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
extends: existence
|
|
2
|
+
message: "'%s' may be passive voice. Use active voice if you can."
|
|
3
|
+
ignorecase: true
|
|
4
|
+
level: warning
|
|
5
|
+
raw:
|
|
6
|
+
- \b(am|are|were|being|is|been|was|be)\b\s*
|
|
7
|
+
tokens:
|
|
8
|
+
- '[\w]+ed'
|
|
9
|
+
- awoken
|
|
10
|
+
- beat
|
|
11
|
+
- become
|
|
12
|
+
- been
|
|
13
|
+
- begun
|
|
14
|
+
- bent
|
|
15
|
+
- beset
|
|
16
|
+
- bet
|
|
17
|
+
- bid
|
|
18
|
+
- bidden
|
|
19
|
+
- bitten
|
|
20
|
+
- bled
|
|
21
|
+
- blown
|
|
22
|
+
- born
|
|
23
|
+
- bought
|
|
24
|
+
- bound
|
|
25
|
+
- bred
|
|
26
|
+
- broadcast
|
|
27
|
+
- broken
|
|
28
|
+
- brought
|
|
29
|
+
- built
|
|
30
|
+
- burnt
|
|
31
|
+
- burst
|
|
32
|
+
- cast
|
|
33
|
+
- caught
|
|
34
|
+
- chosen
|
|
35
|
+
- clung
|
|
36
|
+
- come
|
|
37
|
+
- cost
|
|
38
|
+
- crept
|
|
39
|
+
- cut
|
|
40
|
+
- dealt
|
|
41
|
+
- dived
|
|
42
|
+
- done
|
|
43
|
+
- drawn
|
|
44
|
+
- dreamt
|
|
45
|
+
- driven
|
|
46
|
+
- drunk
|
|
47
|
+
- dug
|
|
48
|
+
- eaten
|
|
49
|
+
- fallen
|
|
50
|
+
- fed
|
|
51
|
+
- felt
|
|
52
|
+
- fit
|
|
53
|
+
- fled
|
|
54
|
+
- flown
|
|
55
|
+
- flung
|
|
56
|
+
- forbidden
|
|
57
|
+
- foregone
|
|
58
|
+
- forgiven
|
|
59
|
+
- forgotten
|
|
60
|
+
- forsaken
|
|
61
|
+
- fought
|
|
62
|
+
- found
|
|
63
|
+
- frozen
|
|
64
|
+
- given
|
|
65
|
+
- gone
|
|
66
|
+
- gotten
|
|
67
|
+
- ground
|
|
68
|
+
- grown
|
|
69
|
+
- heard
|
|
70
|
+
- held
|
|
71
|
+
- hidden
|
|
72
|
+
- hit
|
|
73
|
+
- hung
|
|
74
|
+
- hurt
|
|
75
|
+
- kept
|
|
76
|
+
- knelt
|
|
77
|
+
- knit
|
|
78
|
+
- known
|
|
79
|
+
- laid
|
|
80
|
+
- lain
|
|
81
|
+
- leapt
|
|
82
|
+
- learnt
|
|
83
|
+
- led
|
|
84
|
+
- left
|
|
85
|
+
- lent
|
|
86
|
+
- let
|
|
87
|
+
- lighted
|
|
88
|
+
- lost
|
|
89
|
+
- made
|
|
90
|
+
- meant
|
|
91
|
+
- met
|
|
92
|
+
- misspelt
|
|
93
|
+
- mistaken
|
|
94
|
+
- mown
|
|
95
|
+
- overcome
|
|
96
|
+
- overdone
|
|
97
|
+
- overtaken
|
|
98
|
+
- overthrown
|
|
99
|
+
- paid
|
|
100
|
+
- pled
|
|
101
|
+
- proven
|
|
102
|
+
- put
|
|
103
|
+
- quit
|
|
104
|
+
- read
|
|
105
|
+
- rid
|
|
106
|
+
- ridden
|
|
107
|
+
- risen
|
|
108
|
+
- run
|
|
109
|
+
- rung
|
|
110
|
+
- said
|
|
111
|
+
- sat
|
|
112
|
+
- sawn
|
|
113
|
+
- seen
|
|
114
|
+
- sent
|
|
115
|
+
- set
|
|
116
|
+
- sewn
|
|
117
|
+
- shaken
|
|
118
|
+
- shaven
|
|
119
|
+
- shed
|
|
120
|
+
- shod
|
|
121
|
+
- shone
|
|
122
|
+
- shorn
|
|
123
|
+
- shot
|
|
124
|
+
- shown
|
|
125
|
+
- shrunk
|
|
126
|
+
- shut
|
|
127
|
+
- slain
|
|
128
|
+
- slept
|
|
129
|
+
- slid
|
|
130
|
+
- slit
|
|
131
|
+
- slung
|
|
132
|
+
- smitten
|
|
133
|
+
- sold
|
|
134
|
+
- sought
|
|
135
|
+
- sown
|
|
136
|
+
- sped
|
|
137
|
+
- spent
|
|
138
|
+
- spilt
|
|
139
|
+
- spit
|
|
140
|
+
- split
|
|
141
|
+
- spoken
|
|
142
|
+
- spread
|
|
143
|
+
- sprung
|
|
144
|
+
- spun
|
|
145
|
+
- stolen
|
|
146
|
+
- stood
|
|
147
|
+
- stridden
|
|
148
|
+
- striven
|
|
149
|
+
- struck
|
|
150
|
+
- strung
|
|
151
|
+
- stuck
|
|
152
|
+
- stung
|
|
153
|
+
- stunk
|
|
154
|
+
- sung
|
|
155
|
+
- sunk
|
|
156
|
+
- swept
|
|
157
|
+
- swollen
|
|
158
|
+
- sworn
|
|
159
|
+
- swum
|
|
160
|
+
- swung
|
|
161
|
+
- taken
|
|
162
|
+
- taught
|
|
163
|
+
- thought
|
|
164
|
+
- thrived
|
|
165
|
+
- thrown
|
|
166
|
+
- thrust
|
|
167
|
+
- told
|
|
168
|
+
- torn
|
|
169
|
+
- trodden
|
|
170
|
+
- understood
|
|
171
|
+
- upheld
|
|
172
|
+
- upset
|
|
173
|
+
- wed
|
|
174
|
+
- wept
|
|
175
|
+
- withheld
|
|
176
|
+
- withstood
|
|
177
|
+
- woken
|
|
178
|
+
- won
|
|
179
|
+
- worn
|
|
180
|
+
- wound
|
|
181
|
+
- woven
|
|
182
|
+
- written
|
|
183
|
+
- wrung
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Based on [write-good](https://github.com/btford/write-good).
|
|
2
|
+
|
|
3
|
+
> Naive linter for English prose for developers who can't write good and wanna learn to do other stuff good too.
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
The MIT License (MIT)
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2014 Brian Ford
|
|
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 all
|
|
18
|
+
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 THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
```
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
extends: existence
|
|
2
|
+
message: "'%s' is too wordy."
|
|
3
|
+
ignorecase: true
|
|
4
|
+
level: warning
|
|
5
|
+
tokens:
|
|
6
|
+
- a number of
|
|
7
|
+
- abundance
|
|
8
|
+
- accede to
|
|
9
|
+
- accelerate
|
|
10
|
+
- accentuate
|
|
11
|
+
- accompany
|
|
12
|
+
- accomplish
|
|
13
|
+
- accorded
|
|
14
|
+
- accrue
|
|
15
|
+
- acquiesce
|
|
16
|
+
- acquire
|
|
17
|
+
- additional
|
|
18
|
+
- adjacent to
|
|
19
|
+
- adjustment
|
|
20
|
+
- admissible
|
|
21
|
+
- advantageous
|
|
22
|
+
- adversely impact
|
|
23
|
+
- advise
|
|
24
|
+
- aforementioned
|
|
25
|
+
- aggregate
|
|
26
|
+
- aircraft
|
|
27
|
+
- all of
|
|
28
|
+
- all things considered
|
|
29
|
+
- alleviate
|
|
30
|
+
- allocate
|
|
31
|
+
- along the lines of
|
|
32
|
+
- already existing
|
|
33
|
+
- alternatively
|
|
34
|
+
- amazing
|
|
35
|
+
- ameliorate
|
|
36
|
+
- anticipate
|
|
37
|
+
- apparent
|
|
38
|
+
- appreciable
|
|
39
|
+
- as a matter of fact
|
|
40
|
+
- as a means of
|
|
41
|
+
- as far as I'm concerned
|
|
42
|
+
- as of yet
|
|
43
|
+
- as to
|
|
44
|
+
- as yet
|
|
45
|
+
- ascertain
|
|
46
|
+
- assistance
|
|
47
|
+
- at the present time
|
|
48
|
+
- at this time
|
|
49
|
+
- attain
|
|
50
|
+
- attributable to
|
|
51
|
+
- authorize
|
|
52
|
+
- because of the fact that
|
|
53
|
+
- belated
|
|
54
|
+
- benefit from
|
|
55
|
+
- bestow
|
|
56
|
+
- by means of
|
|
57
|
+
- by virtue of
|
|
58
|
+
- by virtue of the fact that
|
|
59
|
+
- cease
|
|
60
|
+
- close proximity
|
|
61
|
+
- commence
|
|
62
|
+
- comply with
|
|
63
|
+
- concerning
|
|
64
|
+
- consequently
|
|
65
|
+
- consolidate
|
|
66
|
+
- constitutes
|
|
67
|
+
- demonstrate
|
|
68
|
+
- depart
|
|
69
|
+
- designate
|
|
70
|
+
- discontinue
|
|
71
|
+
- due to the fact that
|
|
72
|
+
- each and every
|
|
73
|
+
- economical
|
|
74
|
+
- eliminate
|
|
75
|
+
- elucidate
|
|
76
|
+
- employ
|
|
77
|
+
- endeavor
|
|
78
|
+
- enumerate
|
|
79
|
+
- equitable
|
|
80
|
+
- equivalent
|
|
81
|
+
- evaluate
|
|
82
|
+
- evidenced
|
|
83
|
+
- exclusively
|
|
84
|
+
- expedite
|
|
85
|
+
- expend
|
|
86
|
+
- expiration
|
|
87
|
+
- facilitate
|
|
88
|
+
- factual evidence
|
|
89
|
+
- feasible
|
|
90
|
+
- finalize
|
|
91
|
+
- first and foremost
|
|
92
|
+
- for all intents and purposes
|
|
93
|
+
- for the most part
|
|
94
|
+
- for the purpose of
|
|
95
|
+
- forfeit
|
|
96
|
+
- formulate
|
|
97
|
+
- have a tendency to
|
|
98
|
+
- honest truth
|
|
99
|
+
- however
|
|
100
|
+
- if and when
|
|
101
|
+
- impacted
|
|
102
|
+
- implement
|
|
103
|
+
- in a manner of speaking
|
|
104
|
+
- in a timely manner
|
|
105
|
+
- in a very real sense
|
|
106
|
+
- in accordance with
|
|
107
|
+
- in addition
|
|
108
|
+
- in all likelihood
|
|
109
|
+
- in an effort to
|
|
110
|
+
- in between
|
|
111
|
+
- in excess of
|
|
112
|
+
- in lieu of
|
|
113
|
+
- in light of the fact that
|
|
114
|
+
- in many cases
|
|
115
|
+
- in my opinion
|
|
116
|
+
- in order to
|
|
117
|
+
- in regard to
|
|
118
|
+
- in some instances
|
|
119
|
+
- in terms of
|
|
120
|
+
- in the case of
|
|
121
|
+
- in the event that
|
|
122
|
+
- in the final analysis
|
|
123
|
+
- in the nature of
|
|
124
|
+
- in the near future
|
|
125
|
+
- in the process of
|
|
126
|
+
- inception
|
|
127
|
+
- incumbent upon
|
|
128
|
+
- indicate
|
|
129
|
+
- indication
|
|
130
|
+
- initiate
|
|
131
|
+
- irregardless
|
|
132
|
+
- is applicable to
|
|
133
|
+
- is authorized to
|
|
134
|
+
- is responsible for
|
|
135
|
+
- it is
|
|
136
|
+
- it is essential
|
|
137
|
+
- it seems that
|
|
138
|
+
- it was
|
|
139
|
+
- magnitude
|
|
140
|
+
- maximum
|
|
141
|
+
- methodology
|
|
142
|
+
- minimize
|
|
143
|
+
- minimum
|
|
144
|
+
- modify
|
|
145
|
+
- monitor
|
|
146
|
+
- multiple
|
|
147
|
+
- necessitate
|
|
148
|
+
- nevertheless
|
|
149
|
+
- not certain
|
|
150
|
+
- not many
|
|
151
|
+
- not often
|
|
152
|
+
- not unless
|
|
153
|
+
- not unlike
|
|
154
|
+
- notwithstanding
|
|
155
|
+
- null and void
|
|
156
|
+
- numerous
|
|
157
|
+
- objective
|
|
158
|
+
- obligate
|
|
159
|
+
- obtain
|
|
160
|
+
- on the contrary
|
|
161
|
+
- on the other hand
|
|
162
|
+
- one particular
|
|
163
|
+
- optimum
|
|
164
|
+
- overall
|
|
165
|
+
- owing to the fact that
|
|
166
|
+
- participate
|
|
167
|
+
- particulars
|
|
168
|
+
- pass away
|
|
169
|
+
- pertaining to
|
|
170
|
+
- point in time
|
|
171
|
+
- portion
|
|
172
|
+
- possess
|
|
173
|
+
- preclude
|
|
174
|
+
- previously
|
|
175
|
+
- prior to
|
|
176
|
+
- prioritize
|
|
177
|
+
- procure
|
|
178
|
+
- proficiency
|
|
179
|
+
- provided that
|
|
180
|
+
- purchase
|
|
181
|
+
- put simply
|
|
182
|
+
- readily apparent
|
|
183
|
+
- refer back
|
|
184
|
+
- regarding
|
|
185
|
+
- relocate
|
|
186
|
+
- remainder
|
|
187
|
+
- remuneration
|
|
188
|
+
- requirement
|
|
189
|
+
- reside
|
|
190
|
+
- residence
|
|
191
|
+
- retain
|
|
192
|
+
- satisfy
|
|
193
|
+
- shall
|
|
194
|
+
- should you wish
|
|
195
|
+
- similar to
|
|
196
|
+
- solicit
|
|
197
|
+
- span across
|
|
198
|
+
- strategize
|
|
199
|
+
- subsequent
|
|
200
|
+
- substantial
|
|
201
|
+
- successfully complete
|
|
202
|
+
- sufficient
|
|
203
|
+
- terminate
|
|
204
|
+
- the month of
|
|
205
|
+
- the point I am trying to make
|
|
206
|
+
- therefore
|
|
207
|
+
- time period
|
|
208
|
+
- took advantage of
|
|
209
|
+
- transmit
|
|
210
|
+
- transpire
|
|
211
|
+
- type of
|
|
212
|
+
- until such time as
|
|
213
|
+
- utilization
|
|
214
|
+
- utilize
|
|
215
|
+
- validate
|
|
216
|
+
- various different
|
|
217
|
+
- what I mean to say is
|
|
218
|
+
- whether or not
|
|
219
|
+
- with respect to
|
|
220
|
+
- with the exception of
|
|
221
|
+
- witnessed
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
extends: existence
|
|
2
|
+
message: "'%s' is a weasel word!"
|
|
3
|
+
ignorecase: true
|
|
4
|
+
level: warning
|
|
5
|
+
tokens:
|
|
6
|
+
- clearly
|
|
7
|
+
- completely
|
|
8
|
+
- exceedingly
|
|
9
|
+
- excellent
|
|
10
|
+
- extremely
|
|
11
|
+
- fairly
|
|
12
|
+
- huge
|
|
13
|
+
- interestingly
|
|
14
|
+
- is a number
|
|
15
|
+
- largely
|
|
16
|
+
- mostly
|
|
17
|
+
- obviously
|
|
18
|
+
- quite
|
|
19
|
+
- relatively
|
|
20
|
+
- remarkably
|
|
21
|
+
- several
|
|
22
|
+
- significantly
|
|
23
|
+
- substantially
|
|
24
|
+
- surprisingly
|
|
25
|
+
- tiny
|
|
26
|
+
- usually
|
|
27
|
+
- various
|
|
28
|
+
- vast
|
|
29
|
+
- very
|
package/vale/vale.ini
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Vale prose linter — https://vale.sh/
|
|
2
|
+
# Styles are vendored next to this file. No `vale sync` is required.
|
|
3
|
+
|
|
4
|
+
StylesPath = styles
|
|
5
|
+
MinAlertLevel = warning
|
|
6
|
+
|
|
7
|
+
IgnoredScopes = code, tt, img, url, a
|
|
8
|
+
SkippedScopes = script, style, pre, figure, code
|
|
9
|
+
|
|
10
|
+
[formats]
|
|
11
|
+
mdx = md
|
|
12
|
+
|
|
13
|
+
[*.{md,mdx,markdown,txt}]
|
|
14
|
+
BasedOnStyles = Vale, write-good, Google, AiTextCheck, ai-tells, signs-of-ai-writing
|
|
15
|
+
Vale.Spelling = NO
|
|
16
|
+
Vale.Terms = NO
|
|
17
|
+
write-good.So = NO
|
|
18
|
+
write-good.ThereIs = NO
|
|
19
|
+
Google.We = NO
|
|
20
|
+
Google.Will = NO
|
|
21
|
+
Google.FirstPerson = NO
|
|
22
|
+
Google.Spelling = NO
|
|
23
|
+
Google.Headings = NO
|
|
24
|
+
# Site titles and case studies intentionally use em dashes and "ship" in tech sense.
|
|
25
|
+
ai-tells.EmDashUsage = NO
|
|
26
|
+
ai-tells.ShipOveruse = NO
|
|
27
|
+
ai-tells.ColonUsage = NO
|
|
28
|
+
ai-tells.MicDrop = NO
|
|
29
|
+
ai-tells.ParallelStaccato = NO
|
|
30
|
+
ai-tells.SemicolonUsage = NO
|
|
31
|
+
ai-tells.EmptyPadding = NO
|
|
32
|
+
ai-tells.EmptyPaddingStacked = NO
|
|
33
|
+
ai-tells.ContrastiveNegation = NO
|
|
34
|
+
ai-tells.FormalRegister = NO
|
|
35
|
+
ai-tells.VerbTricolon = NO
|
|
36
|
+
ai-tells.RhetoricalDevices = NO
|
|
37
|
+
BlockIgnores = (?s)^---[\s\S]*?^---, (?s)```[\s\S]*?```
|
|
38
|
+
TokenIgnores = (`[^`]+`), (\[[^\]]+\]\([^)]+\)), (https?://\S+)
|