freebsd-doc/.vale.ini
Muhammad Moinur Rahman fbc71f58e8 .vale/styles: Removing Foreign Language references from English contents
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
2023-08-01 15:27:37 +02:00

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