blob: 79a2a418829ba3272149f9bdb5d4ce1837a2a112 [file] [log] [blame] [edit]
# Configuration for https://Vale.sh
# See https://vale.sh/docs/topics/config/
StylesPath = tools/lint/vale
IgnoredScopes = code
# Tell Vale to look in tools/lint/vale/config/vocabularies/engineering
Vocab = engineering
[*.md]
BlockIgnores = ```[a-z]*\n.*?\n```
BasedOnStyles = Vale, Google
# Reduce levels to make silo error-free.
# TODO(alex): consider promoting some to error
Google.Exclamation = warning
Google.Quotes = warning
Vale.Spelling = warning
Vale.Terms = warning