Skip to content

Commit 1a19f74

Browse files
Update change_notes/2026-05-18-fix-fp-misra-c-13-4.md
Co-authored-by: Michael R Fairhurst <MichaelRFairhurst@github.com>
1 parent acbc2ff commit 1a19f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

change_notes/2026-05-18-fix-fp-misra-c-13-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- `RULE-13-4` - `ResultOfAnAssignmentOperatorShouldNotBeUsed`:
1+
- `RULE-13-4`, `RULE-8-18-2` - `ResultOfAnAssignmentOperatorShouldNotBeUsed.ql`:
22
- Fixed false positives for `=` assignments in for loop update expression.
33
- Fixed false negatives for when the result of compound assignment operators (`+=`, etc) are used.
44
- `RULE-8-18-2` - `ResultOfAnAssignmentOperatorShouldNotBeUsed`:

0 commit comments

Comments
 (0)