Skip to content

Commit 57ef1ba

Browse files
committed
Migrate vale config from v2 to v3
1 parent 1aaec24 commit 57ef1ba

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

.vale.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
StylesPath = .vale
22
MinAlertLevel = error
33

4-
Vocab = .
4+
Vocab = docs
55

66
[*.md]
77
BasedOnStyles = Vale, write-good

.vale/Vocab/accept.txt renamed to .vale/config/vocabularies/docs/accept.txt

+26-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
boolean
22
usagereport
33
psycopg
4-
Config
5-
config
4+
[Cc]onfig
65
proxied
76
proxying
8-
subcommand
97
fluentbit
10-
upsert
118
stdout
129
stderr
13-
Syslog
14-
Rsyslog
1510
Grafana
1611
httpAddress
1712
grpcNetwork
18-
tcp
19-
udp
20-
unix
2113
noColor
2214
timeFormat
2315
unixms
@@ -30,20 +22,20 @@ localTime
3022
rsyslogNetwork
3123
rsyslogAddress
3224
emerg
25+
[Ss]yslog
3326
syslogPriority
34-
rsyslog
35-
Unix
36-
TCP
37-
UDP
38-
Subcommand
27+
[Rr]syslog
28+
[Uu]nix
29+
(?i)TCP
30+
(?i)UDP
31+
[Ss]ubcommand
3932
grpcAddress
4033
enableTicker
4134
tickInterval
4235
enableTLS
4336
certFile
4437
keyFile
4538
handshakeTimeout
46-
syslog
4739
namespace
4840
client_connections
4941
server_connections
@@ -76,15 +68,29 @@ API
7668
DBA
7769
DBRE
7870
SRE
79-
Upsert
80-
postgres
71+
[Uu]psert
8172
pid
8273
maxBackups
83-
Postgres
84-
GatewayD
85-
gatewayd
74+
[Pp]ostgres
75+
[Gg]ateway[Dd]
8676
frontmatter
8777
startTimeout
8878
tls_connections
8979
Goja
9080
stringified
81+
Slowloris
82+
proxyName
83+
policyTimeout
84+
actionTimeout
85+
actionRedis
86+
[Aa]sync
87+
goroutine
88+
(?i)URL
89+
Expr
90+
[Ll]iveness
91+
superset
92+
pluggable
93+
Affero
94+
(?i)WAFs
95+
middleware
96+
(?i)Protobuf

0 commit comments

Comments
 (0)