2020-04-08 14:13:33 +05:30
|
|
|
# Vale configuration file.
|
|
|
|
#
|
|
|
|
# For more information, see https://errata-ai.gitbook.io/vale/getting-started/configuration.
|
2020-03-13 15:44:24 +05:30
|
|
|
|
2020-04-08 14:13:33 +05:30
|
|
|
StylesPath = doc/.vale
|
2020-03-13 15:44:24 +05:30
|
|
|
MinAlertLevel = suggestion
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
BasedOnStyles = gitlab
|
2021-02-22 17:27:13 +05:30
|
|
|
|
|
|
|
# Ignore SVG markup
|
|
|
|
TokenIgnores = (\*\*\{\w*\}\*\*)
|