mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 19:35:07 +00:00
ab9df5f588
Initially it was considered that EOL Spaces were only available in the en language but after running vale on the entire set other languages are also affected by this. So enable EOLSpacing check for other language sets. Approved by: carlavilla (mentor) Differential Revision: https://reviews.freebsd.org/D39701
43 lines
984 B
INI
43 lines
984 B
INI
StylesPath = .vale/styles
|
|
MinAlertLevel = suggestion
|
|
|
|
[asciidoctor]
|
|
# enable
|
|
experimental = YES
|
|
|
|
# assign a specific value
|
|
attribute-missing = drop
|
|
|
|
[*.adoc]
|
|
BasedOnStyles = FreeBSD, Vale
|
|
|
|
[website/content/{bn-bd,da,de,el,es,fr,hu,id,it,ja,ko,mn,nl,pl,pt-br,ru,tr,zh-cn,zh-tw}/**/*.adoc]
|
|
BasedOnStyles = FreeBSD, Vale
|
|
FreeBSD.BrandTerms = NO
|
|
FreeBSD.ConsciousLanguage = NO
|
|
FreeBSD.Contractions = NO
|
|
FreeBSD.Hang = NO
|
|
FreeBSD.Hyphens = NO
|
|
FreeBSD.Repitition = NO
|
|
FreeBSD.SemanticLineBreak = NO
|
|
FreeBSD.Spacing = NO
|
|
FreeBSD.Weasel = NO
|
|
Vale.Avoid= NO
|
|
Vale.Spelling = NO
|
|
Vale.Terms= NO
|
|
|
|
[documentation/content/{bn-bd,da,de,el,es,fr,hu,id,it,ja,ko,mn,nl,pl,pt-br,ru,tr,zh-cn,zh-tw}/**/*.adoc]
|
|
BasedOnStyles = FreeBSD, Vale
|
|
FreeBSD.BrandTerms = NO
|
|
FreeBSD.ConsciousLanguage = NO
|
|
FreeBSD.Contractions = NO
|
|
FreeBSD.Hang = NO
|
|
FreeBSD.Hyphens = NO
|
|
FreeBSD.Repitition = NO
|
|
FreeBSD.SemanticLineBreak = NO
|
|
FreeBSD.Spacing = NO
|
|
FreeBSD.Weasel = NO
|
|
Vale.Avoid= NO
|
|
Vale.Spelling = NO
|
|
Vale.Terms= NO
|