Skip to content

Add words to Vale rules #1208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/styles/Google/WordList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ swap:
check box: checkbox
# CLI: command-line tool
click on: click|click in
Cloud(?!\sPlatform\b)(?<!\bGoogle\sCloud): Google Cloud Platform|GCP
\b(?<!Google\s)(?<!Confluent\s)(?<!BDP\s)Cloud\b(?!\sPlatform\b): Google Cloud Platform|GCP
Container Engine: Kubernetes Engine
content type: media type
curated roles: predefined roles
Expand Down
14 changes: 9 additions & 5 deletions .github/styles/Snowplow/Acronyms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,17 @@ exceptions:
- ZIP

# Added for Snowplow
- AWS
- BDP
- CDI
- CVE
- DNS
- ETL
- GCP
- IAM
- PII
- SLA
- SSO
- SQS
- UUID
- UNIX
- CDI
- ETL
- SSO
- AWS
- GCP
2 changes: 2 additions & 0 deletions .github/styles/Snowplow/Headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ exceptions:
- Single Sign On
- VS Code
- Snowplow
- WebView
- iOS
2 changes: 2 additions & 0 deletions .github/styles/Snowplow/listCapitalization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ scope:
- list
tokens:
- ^\s*[a-z][a-zA-Z]*
exceptions:
- iOS
2 changes: 1 addition & 1 deletion .github/styles/Snowplow/sentenceLength.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ extends: occurrence
message: 'Try to keep sentences short (< 25 words).'
scope: sentence
level: warning
max: 25
max: 30
token: \b(\w+)\b
3 changes: 3 additions & 0 deletions .github/styles/config/vocabularies/snowplow/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ KPIs
SDKs
SLAs
URIs
IPs

(un)?ack(s|ing|ed)?
[aA]d(-?)blocker
[aA]gentic
[aA]llowlist(s)?
[aA]nonymization
[aA]nonymization
Expand All @@ -76,6 +78,7 @@ URIs
[aA]nonymizing
[aA]sync
[aA]utogenerate(d?)
[aA]utotrack(ed|ing)?
[bB]ackfill(ed|ing)?
[bB]ackoff
[bB]oolean
Expand Down