forked from Gwion/gwion-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vale.ini
30 lines (24 loc) · 825 Bytes
/
.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
# Example Vale config file (`.vale.ini` or `_vale.ini`)
# Core settings
StylesPath = ci/vale/styles
# The minimum alert level to display (suggestion, warning, or error).
#
# CI builds will only fail on error-level alerts.
MinAlertLevel = warning
# The "formats" section allows you to associate an "unknown" format
# with one of Vale's supported formats.
[formats]
mdr = md
# Global settings (applied to every syntax)
[*]
# List of styles to load
BasedOnStyles = write-good, Joblint
# Style.Rule = {YES, NO} to enable or disable a specific rule
vale.Editorializing = YES
# You can also change the level associated with a rule
vale.Hedging = error
# Syntax-specific settings
# These overwrite any conflicting global settings
[*.{md,txt,mdr}]
vale.Editorializing = YES
BlockIgnores = (?s) *(@\x60\x60\x60.*?@\x60\x60\x60)