Skip to content

Commit 71b4c25

Browse files
Fix NoReturn.json package description precision 17-11
1 parent 81fb797 commit 71b4c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rule_packages/c/NoReturn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"description": "Functions which cannot return should be declared with _Noreturn.",
2727
"kind": "problem",
2828
"name": "A function without a branch that returns shall be declared with _Noreturn",
29-
"precision": "high",
29+
"precision": "very-high",
3030
"severity": "recommendation",
3131
"short_name": "FunctionWithNoReturningBranchShouldBeNoreturn",
3232
"tags": ["correctness"]

0 commit comments

Comments
 (0)