Skip to content

Commit 5f05a36

Browse files
fix: Add vale ini
1 parent 7609514 commit 5f05a36

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

doc/.vale.ini

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Core settings
2+
# =============
3+
4+
# Location of our `styles`
5+
StylesPath = "styles"
6+
7+
# The options are `suggestion`, `warning`, or `error` (defaults to “warning”).
8+
MinAlertLevel = warning
9+
10+
# By default, `code` and `tt` are ignored.
11+
IgnoredScopes = code, tt
12+
13+
# By default, `script`, `style`, `pre`, and `figure` are ignored.
14+
SkippedScopes = script, style, pre, figure
15+
16+
# WordTemplate specifies what Vale will consider to be an individual word.
17+
WordTemplate = \b(?:%s)\b
18+
19+
# List of Packages to be used for our guidelines
20+
Packages = Google
21+
22+
# Define the Ansys vocabulary
23+
Vocab = ANSYS
24+
25+
[*.{md,rst}]
26+
27+
# Apply the following styles
28+
[*.{rst}]
29+
BasedOnStyles = Vale, Google
30+
Vale.Terms = NO
31+
Google.Headings = NO

0 commit comments

Comments
 (0)