Skip to content
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
24 changes: 14 additions & 10 deletions .github/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
StylesPath = styles

MinAlertLevel = suggestion

Packages = write-good, Hugo

Vocab = Dgraph

[*.{md,txt}]
BasedOnStyles = Vale, write-good
StylesPath = styles

MinAlertLevel = error

Vocab = Dgraph

[*.{md,mdx}]
BasedOnStyles = Vale

# Vale.Terms enforces the exact casing of every Vocab entry. The Dgraph vocab is
# an accept-list for the spell checker, not a casing authority, so Terms reads it
# as thousands of false positives (for example "use 'graphql' instead of
# 'GraphQL'"). Spelling and Repetition carry the useful signal.
Vale.Terms = NO
Loading