summaryrefslogtreecommitdiff
path: root/.vale.ini
blob: 3c6e0d38b52bfc635fd15c0607ebaeb13c806413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Vale configuration file.
#
# For more information, see https://errata-ai.gitbook.io/vale/getting-started/configuration.

StylesPath = doc/.vale
MinAlertLevel = suggestion

[*.md]
BasedOnStyles = gitlab

# Ignore SVG markup
TokenIgnores = (\*\*\{\w*\}\*\*)