16 lines
603 B
INI
16 lines
603 B
INI
# Advisory prose lint for OmniRoute docs (Vale — https://vale.sh).
|
|
# Warning-first: surfaces vague language, passive voice, and terminology drift without
|
|
# blocking CI. The Microsoft style is pulled by the CI step (vale sync / vale-action).
|
|
# Project terms live in the OmniRoute vocabulary so they never read as misspellings.
|
|
StylesPath = .vale/styles
|
|
MinAlertLevel = warning
|
|
Packages = Microsoft
|
|
Vocab = OmniRoute
|
|
|
|
[*.md]
|
|
BasedOnStyles = Vale, Microsoft
|
|
|
|
# Code-heavy reference docs and auto-generated catalogs are noisy under prose rules.
|
|
[docs/reference/PROVIDER_REFERENCE.md]
|
|
BasedOnStyles = Vale
|