forked from wandb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
28 lines (20 loc) · 884 Bytes
/
Copy path.vale.ini
File metadata and controls
28 lines (20 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Specifies where Vale should look for its external resources (e.g., styles)
StylesPath = .github/styles
# Don't test HTML elements with this class
# To set on a Markdown element, add this directly after: {.skipvale}
# See https://gohugo.io/content-management/markdown-attributes/#overview
IgnoredClasses = skipvale
MinAlertLevel = suggestion
# By default, `code` and `tt` are ignored.
IgnoredScopes = code, tt
# By default, `script`, `style`, `pre`, and `figure` are ignored.
SkippedScopes = script, style, pre, figure
# Folder in ./styles where we specify terms that we accept and reject.
Vocab=Docs
Packages = Google, proselint, write-good, alex, Readability, Microsoft, Hugo
[*.{md}]
TokenIgnores = ({{[<%].*?[>%]}}), \
(\{#.*\})
BlockIgnores = (^#+.*\{#.*\}$), \
({{[<%](.|\n)*?[>%]}}), \
BasedOnStyles = Vale, Google, Microsoft, proselint, write-good, Readability, alex