Skip to content

Commit 1570c4b

Browse files
authored
Merge pull request #1032 from knewbury01/knewbury01/fix-changenote
Fix change note formatting
2 parents ab04b8f + 1efa4d8 commit 1570c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- `A3-1-1` - `ViolationsOfOneDefinitionRule.ql`:
22
- The query previously would incorrectly allow cases where something was defined with `extern` and did not use the defined external linkage library to find external linkage. This change may result in the query finding more results. Additionally a typo has been fixed in the alert message which will cause the old alerts for this query to now show up as new ones.
3-
- `RULE-6-0-2`, `A3-1-4` - `ExternalLinkageArrayWithoutExplicitSizeMisra.ql`, `ExternalLinkageArrayWithoutExplicitSizeAutosar.ql`:
3+
- `RULE-6-0-2`, `A3-1-4` - `ExternalLinkageArrayWithoutExplicitSizeMisra.ql`, `ExternalLinkageArrayWithoutExplicitSizeAutosar.ql`:
44
- The queries listed now find flexible member arrays in structs, as those do not have an explicit size.

0 commit comments

Comments
 (0)