Skip to content

Commit d328e20

Browse files
Remove misra c 2023 from default query suite.
1 parent 2a805c0 commit d328e20

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- description: MISRA C 2023 / MISRA C 2012 - Third Edition, First Revision including Amendments 2, 3, and 4 (In progress)
2+
- qlpack: codeql/misra-c-coding-standards
3+
- include:
4+
kind:
5+
- problem
6+
- path-problem
7+
- exclude:
8+
tags contain:
9+
- external/misra/audit
10+
- external/misra/default-disabled

c/misra/src/codeql-suites/misra-c-default.qls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
kind:
55
- problem
66
- path-problem
7+
tags contain:
8+
- external/misra/c/2012/third-edition-first-revision
9+
- external/misra/c/2012/amendment2
710
- exclude:
811
tags contain:
912
- external/misra/audit
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- The following query suites for MISRA C 2012 / 2023 have been altered or created:
2+
- The `misra-c-default.qls` suite has been temporarily altered to not include ongoing work around new rules from MISRA C 2012 amendments 3 & 4.
3+
- The `misra-c-2023.qls` suite has been created to include new rules being added to support MISRA C 2012 Amendments 3 and 4, or equivalently, to support MISRA C 2023.
4+
- The `misra-c-2012-third-edition-with-amendment-2.qls` has not been altered and should still be used by projects which do not wish to enable MISRA C 2023 support at the future date in which MISRA C 2023 compliance is made the default.

0 commit comments

Comments
 (0)