Skip to content
Merged
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: 2 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Google.Exclamation = NO # Allow exclamation points
Google.Ellipses = NO # Allow ellipses in text
Google.Latin = NO # Allow "e.g." and "i.e." instead of "for example"
Google.Units = NO # Allow "k8s" — Google.Units' \d+s regex matches "8s" inside the token
Google.EmDash = NO # Allow spaced em-dashes — used consistently across the repo for prose readability (the Google style wants `—` without spaces; many existing docs use the spaced form intentionally)
Google.Quotes = NO # Allow logical (British) punctuation around quotation marks — the docs use period-OUTSIDE-quote for technical tokens (e.g. `the value "FAILED".`) so dropping a period inside doesn't alter the literal token the reader is supposed to paste

# Allow specific terms:
Vale.Terms=NO
Expand Down
17 changes: 17 additions & 0 deletions vale_styles/config/vocabularies/Base/accept.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Aa]ir-?gap(?:ped|ping)?
[Aa]uditable
[Aa]llowlist
[Cc]group[s]?
[Cc]leartext
[Cc]onfigMap[s]?
Expand Down Expand Up @@ -201,3 +202,19 @@ Woohoo
wsl
WSL
YAMLs
branch_id
camelCase
CLI[s]?
cwd
hardcoded
JSONPath[s]?
matcher
misclassification
mutex
OAuth
readback
README
snake_case
stdout
test_run
unprojected
Loading
Loading