Skip to content

Commit ba6ca56

Browse files
committed
Add words to Vale rules
1 parent 122d745 commit ba6ca56

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

.github/styles/Google/WordList.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ swap:
4040
check box: checkbox
4141
# CLI: command-line tool
4242
click on: click|click in
43-
Cloud(?!\sPlatform\b)(?<!\bGoogle\sCloud): Google Cloud Platform|GCP
43+
\b(?<!Google\s)(?<!Confluent\s)(?<!BDP\s)Cloud\b(?!\sPlatform\b): Google Cloud Platform|GCP
4444
Container Engine: Kubernetes Engine
4545
content type: media type
4646
curated roles: predefined roles

.github/styles/Snowplow/Acronyms.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,17 @@ exceptions:
6464
- ZIP
6565

6666
# Added for Snowplow
67+
- AWS
6768
- BDP
69+
- CDI
70+
- CVE
6871
- DNS
72+
- ETL
73+
- GCP
74+
- IAM
75+
- PII
76+
- SLA
77+
- SSO
6978
- SQS
7079
- UUID
7180
- UNIX
72-
- CDI
73-
- ETL
74-
- SSO
75-
- AWS
76-
- GCP

.github/styles/Snowplow/Headings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ exceptions:
2828
- Single Sign On
2929
- VS Code
3030
- Snowplow
31+
- WebView
32+
- iOS

.github/styles/Snowplow/listCapitalization.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ scope:
55
- list
66
tokens:
77
- ^\s*[a-z][a-zA-Z]*
8+
exceptions:
9+
- iOS

.github/styles/Snowplow/sentenceLength.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ extends: occurrence
44
message: 'Try to keep sentences short (< 25 words).'
55
scope: sentence
66
level: warning
7-
max: 25
7+
max: 30
88
token: \b(\w+)\b

.github/styles/config/vocabularies/snowplow/accept.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ KPIs
6565
SDKs
6666
SLAs
6767
URIs
68+
IPs
6869

6970
(un)?ack(s|ing|ed)?
7071
[aA]d(-?)blocker
72+
[aA]gentic
7173
[aA]llowlist(s)?
7274
[aA]nonymization
7375
[aA]nonymization
@@ -76,6 +78,7 @@ URIs
7678
[aA]nonymizing
7779
[aA]sync
7880
[aA]utogenerate(d?)
81+
[aA]utotrack(ed|ing)?
7982
[bB]ackfill(ed|ing)?
8083
[bB]ackoff
8184
[bB]oolean

0 commit comments

Comments
 (0)