sintonia/.vale.ini
jo 50809a933c docs: fix vale linting errors
- are not > aren't
- auto-_ > auto _
- avoid backend
- cannot > can't
- do not > don't
- does not > doesn't
- ignore emoji code
- has not > hasn't
- ignore Microsoft.GeneralURL
- is not > isn't
- it is > it's
- no exclamation point
- put code inside code blocks
- put commit sha inside code blocks
- put exception message in code blocks
- remove slang
- should not > shouldn't
- they are > they're
- we are > we're
- will not > won't
2022-09-26 09:13:25 +02:00

18 lines
443 B
INI

StylesPath = .github/vale/styles
MinAlertLevel = warning
Packages = \
https://github.com/errata-ai/Google/releases/latest/download/Google.zip, \
https://github.com/errata-ai/Microsoft/releases/latest/download/Microsoft.zip
Vocab = Docs
[*.md]
BasedOnStyles = Vale, Google, Microsoft, LibreTime
# Exclude emoji shortcodes `:tada:`
BlockIgnores = (:[a-z-_]+:)
Google.Units = False
Microsoft.GeneralURL = False
Vale.Spelling = False