mirror of
https://git.freebsd.org/doc.git
synced 2026-01-11 19:56:47 +00:00
e.g/eg or ie/i.e actually hails from Latin root and do not have any specific general acceptance in any English standards or at least should not be written in technical documentation. But we have a lot of these in our documentation. Throw errors for such occurrences and replace those with for example or that is. Approved by: carlavilla
31 lines
737 B
INI
31 lines
737 B
INI
StylesPath = .vale/styles
|
|
MinAlertLevel = suggestion
|
|
Vocab = Terms
|
|
|
|
[asciidoctor]
|
|
# enable
|
|
experimental = YES
|
|
|
|
# assign a specific value
|
|
attribute-missing = drop
|
|
|
|
[*.adoc]
|
|
BasedOnStyles = FreeBSD, Vale
|
|
BlockIgnores = (?s) *(\[\.programlisting\]\n\.{4}.*?\.{4})
|
|
|
|
[{documentation,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.ForeignLanguage= NO
|
|
FreeBSD.Hang = NO
|
|
FreeBSD.Hyphens = NO
|
|
FreeBSD.Pronouns = NO
|
|
FreeBSD.SuperfluousOptArgInLinks = NO
|
|
FreeBSD.SemanticLineBreak = NO
|
|
FreeBSD.Spacing = NO
|
|
Vale.Avoid= NO
|
|
Vale.Repetition = NO
|
|
Vale.Spelling = NO
|
|
Vale.Terms= NO
|