Skip to content

Remove misra c 2023 from default query suite. #751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions c/misra/src/codeql-suites/misra-c-2023.qls
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- description: MISRA C 2023 / MISRA C 2012 - Third Edition, First Revision including Amendments 2, 3, and 4 (In progress)
- qlpack: codeql/misra-c-coding-standards
- include:
kind:
- problem
- path-problem
- exclude:
tags contain:
- external/misra/audit
- external/misra/default-disabled
3 changes: 3 additions & 0 deletions c/misra/src/codeql-suites/misra-c-default.qls
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
kind:
- problem
- path-problem
tags contain:
- external/misra/c/2012/third-edition-first-revision
- external/misra/c/2012/amendment2
- exclude:
tags contain:
- external/misra/audit
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- The following query suites for MISRA C 2012 / 2023 have been altered or created:
- 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.
- 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.
- 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.
Loading