Skip to content

Commit 6da5c4d

Browse files
committed
Address whitespace issues
1 parent 8b8efa5 commit 6da5c4d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- description: "DEPRECATED - MISRA C 2012 - use misra-c-default.qls instead"
2-
- import: codeql-suites/misra-c-default.qls
2+
- import: codeql-suites/misra-c-default.qls

change_notes/2024-10-03-misra-c-query-suites.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
- The following query suites have been added or modified for MISRA C:
22
- A new query suite has been created `misra-c-default.qls` to avoid confusion with the MISRA C++ query suites. The `misra-default.qls` suite has been deprecated, and will be removed in a future releases, and is replaced by the `misra-c-default.qls` suite.
33
- The `misra-c-default.qls` suite has been specified as the default for the pack, and will include our most up-to-date coverage for MISRA C.
4-
- A new query suite `misra-c-2012-third-edition-with-amendment-2.qls` has been created to represent our previous MISRA C coverage. Note: this query suite will run the rules that were present in MISRA C 2012, Third Edition, First Revision and Amendment 2. The interpretation of those
5-
rules may be updated to reflect changes in more recent MISRA standards.
4+
- A new query suite `misra-c-2012-third-edition-with-amendment-2.qls` has been created to represent our previous MISRA C coverage. Note: this query suite will run the rules that were present in MISRA C 2012, Third Edition, First Revision and Amendment 2. The interpretation of those rules may be updated to reflect changes in more recent MISRA standards.
65
- Three new query suites, `misra-c-mandatory.qls`, `misra-c-required.qls` and `misra-c-advisory.qls`, have been added to enable running mandatory, required or advisory queries.
76
- The following query suites have been added or modified for MISRA C++:
87
- A new query suite has been created `misra-cpp-default.qls` to avoid confusion with the MISRA C query suites. The `misra-default.qls` suite has been deprecated, and will be removed in a future releases, and is replaced by the `misra-cpp-default.qls` suite.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- description: "DEPRECATED - MISRA C++ 2023 - use misra-cpp-default.qls instead"
2-
- import: codeql-suites/misra-cpp-default.qls
2+
- import: codeql-suites/misra-cpp-default.qls
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- description: "DEPRECATED - MISRA C++ 2023 (Single Translation Unit) - use misra-cpp-single-translation-unit.qls instead"
2-
- import: codeql-suites/misra-cpp-single-translation-unit.qls
2+
- import: codeql-suites/misra-cpp-single-translation-unit.qls

0 commit comments

Comments
 (0)