File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments