-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.vale.ini
More file actions
36 lines (28 loc) · 886 Bytes
/
Copy path.vale.ini
File metadata and controls
36 lines (28 loc) · 886 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
36
# Vale prose linter configuration
# https://vale.sh/docs/topics/config/
StylesPath = .vale/styles
# Minimum alert level: suggestion, warning, or error
MinAlertLevel = suggestion
# Packages to download (built-in styles)
Packages = write-good
# Vocabularies for project-specific terms
Vocab = Fortress
# Global settings for all file types
[*]
# Ignore code blocks and front matter
BlockIgnores = (?s) *```.*?```
TokenIgnores = (`[^`]+`)
# Markdown-specific configuration
[*.md]
BasedOnStyles = Vale, write-good
# Disable overly strict rules for technical documentation
Vale.Spelling = NO
# write-good rules - enable most, disable overly strict ones
write-good.Passive = suggestion
write-good.Weasel = suggestion
write-good.TooWordy = suggestion
write-good.Cliches = warning
write-good.Illusions = warning
write-good.So = NO
write-good.ThereIs = suggestion
write-good.E-Prime = NO