forked from eclipse-che/che-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vale.ini
59 lines (49 loc) · 1.86 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Vale configuration file, taken from https://errata-ai.github.io/vale/config/
# The relative path to the folder containing linting rules (styles)
# -----------------------------------------------------------------
StylesPath = .vale/styles
# Minimum alert level
# -------------------
# The minimum alert level to display (suggestion, warning, or error).
# If integrated into CI, builds fail by default on error-level alerts,
# unless you execute Vale with the --no-exit flag
MinAlertLevel = suggestion
IgnoredScopes = code, img, url, a
SkippedScopes = pre
# What file types should Vale test?
# ----------------------------------
[*.adoc]
# Styles to load
# --------------
# What styles, located in the StylesPath folder, should Vale load?
BasedOnStyles = CheDocs,PlainLanguage,Vale,proselint,write-good,Microsoft,IBM
# Enabling or disabling specific rules in a style
# -----------------------------------------------
# To disable a rule in an enabled style, use the following format:
# {style}.{filename} = NO
# To enable a single rule in a disabled style, use the following format:
# vale.Editorializing = YES
# For testing and editing purposes on local. Commented out for now.
# CheDocs.CommonTerms = NO
# CheDocs.Links-che6 = NO
# CheDocs.Links = NO
# Microsoft.Foreign = NO
# Microsoft.HeadingPunctuation = NO
# Microsoft.Spacing = NO
# PlainLanguage.PassiveVoice = NO
# PlainLanguage.SentenceLength = NO
# PlainLanguage.Slash = NO
# PlainLanguage.Wordiness = NO
# PlainLanguage.Words = NO
# proselint.Annotations = NO
# proselint.Spelling = NO
# proselint.Very = NO
# write-good.ThereIs = NO
# IBM.terms = NO
# IBM.Usage = NO
Vale.Spelling = YES
# Altering the severity of a rule in a style
# ------------------------------------------
# To change the reporting level (suggestion, warning, error) of a rule,
# use the following format: {style}.{filename} = {level}
# vale.Hedging = error