Disable Microsoft.HeadingColons and Microsoft.Percentages, fix Plurals hits
HeadingColons conflicts with this repo's sentence-case heading convention -- same shape as the existing Dashes disable, a house-style conflict rather than a defect. Percentages had zero true positives on the full docs/ tree: it only ever fired on identifier uses of "percent" (cpu.percent, percent resolver), never on an actual spelled-out percentage. Plurals: rewrote the two real hits to always use the plural form instead of the parenthetical (s) construction, per house style.
This commit is contained in:
parent
9a47a837e5
commit
c7c221baeb
3 changed files with 15 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ angle-bracket and asterisk shapes below are structurally safe.
|
|||
enumerating labels.
|
||||
|
||||
When a `<children>` or `<parent>` send resolves to real recipients, the
|
||||
broker stores the *resolved* label(s) as the message recipient(s) — the
|
||||
broker stores the *resolved* labels as the message recipients — the
|
||||
dashboard and recv side see the real routes. The sentinels are purely
|
||||
send-time addressing conveniences.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue