-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy path.vale.ini
39 lines (30 loc) · 1.11 KB
/
.vale.ini
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
37
38
39
# Vale configuration file.
#
# For more information, see https://errata-ai.gitbook.io/vale/getting-started/configuration.
#
# Vale's built-in styles: https://github.com/errata-ai/vale/tree/master/rule
# Lots more styles: https://github.com/testthedocs/vale-styles
# Microsoft styles: https://github.com/errata-ai/Microsoft
# this path is relative to .vale.ini's location
StylesPath = ../.github/vale-styles/
MinAlertLevel = suggestion
#MinAlertLevel = warning
#MinAlertLevel = error
# file extensions to lint
[*.{html,md,rst,txt}]
# include everything in these styles (turn some off below)
# more styles: proselint, Microsoft
BasedOnStyles = Yugabyte, Vale
# turn rules on/off individually, and adjust severity
Vale.Spelling = NO
Vale.Terms = NO
# Microsoft.Contractions = warning
# Microsoft.DateNumbers = NO
# Microsoft.GeneralURL = suggestion
# Microsoft.HeadingAcronyms = suggestion
# Microsoft.Quotes = suggestion
# Microsoft.Spacing = NO
# proselint.Annotations = NO
# The typography rule suggests special characters instead of
# regular-text equivalents: ellipses, trademark symbols, and so on
# proselint.Typography = NO