# 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 |