Skip to content

Commit 8932310

Browse files
committed
Add tags to queries
1 parent 0f89f16 commit 8932310

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

c/misra/src/rules/RULE-17-10/NonVoidReturnTypeOfNoreturnFunction.ql

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @problem.severity recommendation
99
* @tags external/misra/id/rule-17-10
1010
* correctness
11+
* external/misra/c/2012/amendment3
1112
* external/misra/obligation/required
1213
*/
1314

c/misra/src/rules/RULE-17-11/FunctionWithNoReturningBranchShouldBeNoreturn.ql

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @problem.severity recommendation
88
* @tags external/misra/id/rule-17-11
99
* correctness
10+
* external/misra/c/2012/amendment3
1011
* external/misra/obligation/advisory
1112
*/
1213

c/misra/src/rules/RULE-17-9/ReturnStatementInNoreturnFunction.ql

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @problem.severity error
88
* @tags external/misra/id/rule-17-9
99
* correctness
10+
* external/misra/c/2012/amendment3
1011
* external/misra/obligation/mandatory
1112
*/
1213

0 commit comments

Comments
 (0)