mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-20 16:46:17 +00:00
15 lines
294 B
INI
15 lines
294 B
INI
# Vale configuration file.
|
|
#
|
|
# For more information, see https://vale.sh/docs/vale-ini.
|
|
|
|
StylesPath = doc/.vale
|
|
MinAlertLevel = suggestion
|
|
|
|
IgnoredScopes = code, text.frontmatter.redirect_to
|
|
|
|
[*.md]
|
|
BasedOnStyles = gitlab_base, gitlab_docs
|
|
|
|
# Ignore SVG markup
|
|
TokenIgnores = (\*\*\{\w*\}\*\*)
|