forked from theforeman/foreman-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale-dita.ini
More file actions
20 lines (12 loc) · 730 Bytes
/
.vale-dita.ini
File metadata and controls
20 lines (12 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
StylesPath = .vale/styles
MinAlertLevel = warning
IgnoredScopes = code, tt, img, url, a, body.id
SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock, strong, term, xref, link
Packages = https://github.com/jhradilek/asciidoctor-dita-vale/releases/latest/download/AsciiDocDITA.zip
# Ignore files in dirs starting with `.` to avoid raising errors for `.vale/fidns_ndotsures/*/testinvalid.adoc` files
[[!.]*.adoc]
BasedOnStyles = AsciiDocDITA
# Match INI files. See: https://docs.errata.ai/vale/scoping
[*.ini]
# Ignore code surrounded by backticks or plus sign, parameters defaults, URLs.
TokenIgnores = (\x60[^\n\x60]+\x60), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\[), (<[^\n]+>)