style-review: fix example id to match references[0].path (existing file)

The example finding's id pointed to a non-existent knowledge file
(apply-approved-label-suffixes.md) while references[0].path pointed to the
real file (label-suffix-approved-list.md), violating the DO contract rule
that id MUST equal references[0].path. Align id to the existing file.
This commit is contained in:
wenjiefan 2026-07-14 11:32:02 +02:00
parent e51669b5f5
commit 83df68d4ce

View file

@ -89,7 +89,7 @@ Output conforms to the DO output contract. A populated example:
}, },
"findings": [ "findings": [
{ {
"id": "microsoft/knowledge/style/apply-approved-label-suffixes.md", "id": "microsoft/knowledge/style/label-suffix-approved-list.md",
"severity": "info", "severity": "info",
"message": "A Label named Text000 has no approved suffix (Msg/Err/Qst/Tok/Lbl/Txt). Per the referenced CodeCop AA0074 guidance, every Label and TextConst carries a suffix indicating its consuming call.", "message": "A Label named Text000 has no approved suffix (Msg/Err/Qst/Tok/Lbl/Txt). Per the referenced CodeCop AA0074 guidance, every Label and TextConst carries a suffix indicating its consuming call.",
"location": { "location": {