Skip to content

Commit fb7bd2e

Browse files
authored
Update autofix-instructions.md
1 parent 8089adf commit fb7bd2e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/autofix-instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ The full list of supported rules per standard is published as
5454
indicate that the code is not intended to be compliant with the standard, and
5555
that a deviation should be added instead of a code fix.
5656
- **New code must comply with the same standard.** Any code modified by the
57-
fix must itself satisfy every rule of the coding standard being verified.
57+
fix must itself satisfy every rule of the coding standard being verified.
58+
Check if there are other code scanning alerts open for the same code location,
59+
try to fix all the relevant issues at once in the same PR.
5860
Cross-check the changed code against the COMPLIANT examples in the
5961
corresponding `test/rules/<rule-id>/` directory and against every other
6062
relevant rules (e.g. don’t fix an integer-conversion rule by introducing a

0 commit comments

Comments
 (0)