docs: gate write-good.Passive on CI
Both blockers are done — #4548 (353 hits in hand-written docs) and #4549 (46 hits in generated CLI reference docs, hivectl/swarmctl/hive-forge's own clap help text) — and the previous commit suppresses the reviewed false-positive remainder. vale --minAlertLevel=error docs now returns 0 errors, matching CI's existing prose-lint-errors job. Closes #4546.
This commit is contained in:
parent
04e27c4fb6
commit
2346bef3b1
3 changed files with 11 additions and 9 deletions
|
|
@ -11,6 +11,11 @@ Packages = Microsoft, alex, write-good
|
|||
|
||||
[*.md]
|
||||
BasedOnStyles = Microsoft, alex, write-good
|
||||
# Gated on CI (hyperhive#4546) once the existing backlog cleared to zero
|
||||
# (hyperhive#4548, hyperhive#4549) — every remaining hit at the time of this
|
||||
# flip is a reviewed false positive, individually wrapped in a scoped
|
||||
# `<!-- vale write-good.Passive = NO/YES -->` pair rather than bulk-ignored.
|
||||
write-good.Passive = error
|
||||
|
||||
# --- Rules disabled against evidence from our own docs/ tree, not guessed ---
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue