Skip to content

Commit 43aae30

Browse files
docs: updated styles
1 parent 86b0cb7 commit 43aae30

File tree

3 files changed

+72
-16
lines changed

3 files changed

+72
-16
lines changed

vale/docStyles/Hedging.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ message: "Is '%s' hedging?"
33
ignorecase: true
44
level: suggestion
55
tokens:
6-
- it appears that
6+
- ', so to speak'
77
- appears to be
8+
- could be
9+
- I assume
810
- I would argue that
11+
- it appears that
912
- it can be argued that
10-
- I assume
1113
- it's probable that
12-
- probable
13-
- probably
14+
- kind of
15+
- likely
16+
- may
17+
- might
18+
- not necessarily
19+
- perhaps
1420
- possible
1521
- potentially
16-
- perhaps
22+
- probable
23+
- probably
1724
- seems like
1825
- seems to be
19-
- ', so to speak'
20-
- to a certain degree
21-
- kind of
2226
- sort of
23-
- could be
24-
- may
25-
- might
26-
- likely
27+
- to a certain degree
2728
- unlikely
2829
- usually
29-
- not necessarily

vale/docStyles/Spelling.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ either:
1010
finalise: finalize
1111
grey: gray
1212
learnt: learned
13-
monetisation: monetization
14-
monetise: monetize
15-
monetised: monetized
1613
organise: organize
1714
organised: organized
1815
organising: organizing

vale/docStyles/Terms.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
extends: substitution
2+
message: "Prefer '%s' over '%s'."
3+
level: suggestion
4+
ignorecase: true
5+
action:
6+
name: replace
7+
swap:
8+
"(?:agent|virtual assistant|intelligent personal assistant)": personal digital assistant
9+
"(?:assembler|machine language)": assembly language
10+
"(?:drive C:|drive C>|C: drive)": drive C
11+
"(?:internet bot|web robot)s?": bot(s)
12+
"(?:microsoft cloud|the cloud)": cloud
13+
"(?:mobile|smart) ?phone": phone
14+
"24/7": every day
15+
"chat ?bots?": chatbot(s)
16+
above: preceding
17+
adaptor: adapter
18+
administrate: administer
19+
afterwards: afterward
20+
a\.k\.a|aka: or|also known as
21+
alphabetic: alphabetical
22+
alphanumerical: alphanumeric
23+
an APIs: an API's
24+
an URL: a URL
25+
anti-aliasing: antialiasing
26+
anti-malware: antimalware
27+
anti-spyware: antispyware
28+
anti-virus: antivirus
29+
appendixes: appendices
30+
application: app
31+
approx\.: approximately
32+
artificial intelligence: AI
33+
authN: authentication
34+
authZ: authorization
35+
autoupdate: automatically update
36+
blacklist: blocklist
37+
cellular data: mobile data
38+
cellular network: mobile network
39+
CLI: command-line tool
40+
Container Engine: Kubernetes Engine
41+
content type: media type
42+
file name: filename
43+
functionality: capability|feature
44+
grayed-out: unavailable
45+
HTTPs: HTTPS
46+
k8s: Kubernetes
47+
keypress: keystroke
48+
monetisation: monetization
49+
monetise: monetize
50+
monetised: monetized
51+
open-source: open source
52+
regex: regular expression
53+
SHA1: SHA-1|HAS-SHA1
54+
sign into: sign in to
55+
sign-?on: single sign-on
56+
tablet: device
57+
url: URL
58+
vs\.: versus
59+
World Wide Web: web

0 commit comments

Comments
 (0)