gitlab/.vale.ini
Amy Qualls 2273074e2c Don't run Vale on SVG replacement codes
The SVG replacement codes can't be guaranteed to be
real words, but it doesn't matter. They shouldn't be
linted by Vale. This MR proposes a TokenIgnores
line that skips items matching a regex of **{this}**.

Note that tier badges, blessedly, use **(this)**
instead of curly braces, so we can lint them
separately.
2020-12-09 06:03:12 +00:00

13 lines
258 B
INI

# 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*\}\*\*)