Skip to content

Commit 0bde887

Browse files
authored
Update change note for compound-assignment coverage
1 parent 36092b7 commit 0bde887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- `RULE-13-4` - `ResultOfAnAssignmentOperatorShouldNotBeUsed`:
2-
- Fixed false positives.
2+
- Fixed false positives and false negatives by reporting compound assignments (for example, `+=`).
33
- `RULE-8-18-2` - `ResultOfAnAssignmentOperatorShouldNotBeUsed`:
4-
- Fixed false positives.
4+
- Fixed false positives and false negatives by reporting compound assignments (for example, `+=`).

0 commit comments

Comments
 (0)