-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
26 lines (20 loc) · 723 Bytes
/
Copy path.vale.ini
File metadata and controls
26 lines (20 loc) · 723 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
# .vale.ini
# Specifies Vale configuration
# See: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/user-guide/installing-vale-cli/
#
# Download and search Vale styles in this directory:
StylesPath = ".vale-styles"
# Minimum alert level to display:
MinAlertLevel = suggestion
# Styles to download:
Packages = RedHat,https://github.com/jhradilek/asciidoctor-dita-vale/releases/latest/download/AsciiDocDITA.zip
Vocab = RHDH
# Display alerts on AsciiDoc files:
[*.adoc]
# Apply these styles:
BasedOnStyles = RedHat,DeveloperHub,AsciiDocDITA
# Disable certain rules:
AsciiDocDITA.AttributeReference = NO
AsciiDocDITA.ShortDescription = NO
AsciiDocDITA.CrossReference = NO
AsciiDocDITA.ConditionalCode = NO