forked from temporalio/temporal-learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
36 lines (25 loc) · 688 Bytes
/
.vale.ini
File metadata and controls
36 lines (25 loc) · 688 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
29
30
31
32
33
34
35
StylesPath = "vale/styles"
MinAlertLevel = suggestion
Packages = Google, Microsoft, alex
Vocab = Temporal
[*.{md,mdx,txt}]
BasedOnStyles = Vale, Google, Microsoft, alex, Temporal
; Error on headings that aren't sentence cased.
Google.Headings = Error
; these are already covered in Google which we prioritize
Microsoft.Contractions = NO
Microsoft.Headings = NO
Microsoft.Passive = NO
Microsoft.Spacing = NO
Microsoft.Semicolon = NO
Microsoft.GeneralURL = NO
Microsoft.We = NO
; we'll skip unlikely profanity.
alex.ProfanityUnlikely = NO
; Disagree with this one.
Google.Will = NO
; forked into temporal style
Microsoft.ComplexWords = NO
Google.WordList = NO
[formats]
mdx = md