We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fb797 commit 71b4c25Copy full SHA for 71b4c25
rule_packages/c/NoReturn.json
@@ -26,7 +26,7 @@
26
"description": "Functions which cannot return should be declared with _Noreturn.",
27
"kind": "problem",
28
"name": "A function without a branch that returns shall be declared with _Noreturn",
29
- "precision": "high",
+ "precision": "very-high",
30
"severity": "recommendation",
31
"short_name": "FunctionWithNoReturningBranchShouldBeNoreturn",
32
"tags": ["correctness"]
0 commit comments