Skip to content

Commit d8cedd9

Browse files
authored
Update autofix-instructions.md
1 parent acc3850 commit d8cedd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/autofix-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ When an alert is judged to be a false positive, the autofix PR must:
152152

153153
1. **Not modify the flagged code** to “work around” the alert.
154154
2. **Add or update a deviation record** that scopes precisely to the alert.
155-
Prefer the narrowest scope that is appropriate in this order:
155+
Prefer the one narrowest scope that is appropriate in the following order:
156156
1. a `code-identifier` deviation referenced from the exact line, statement,
157157
function, or block, via an attribute
158158
(`[[codeql::<standard>_deviation("...")]]`) or a comment marker

0 commit comments

Comments
 (0)