forked from redhat-cop/uncontained.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.vale.ini
28 lines (23 loc) · 771 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
# 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]
#mdx = 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}]
#vale.Editorializing = NO