We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67197fa commit f6d03e3Copy full SHA for f6d03e3
rule_packages/c/Expressions.json
@@ -20,7 +20,7 @@
20
"description": "The arguments passed to a function must be compatible with the function's parameters.",
21
"kind": "problem",
22
"name": "Do not pass arguments with an incompatible count or type to a function.",
23
- "precision": "very-high",
+ "precision": "high",
24
"severity": "error",
25
"short_name": "DoNotCallFunctionsWithIncompatibleArguments",
26
"tags": [
0 commit comments