Skip to content

Commit f6d03e3

Browse files
author
Nikita Kraiouchkine
committed
Update Expressions.json
1 parent 67197fa commit f6d03e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rule_packages/c/Expressions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"description": "The arguments passed to a function must be compatible with the function's parameters.",
2121
"kind": "problem",
2222
"name": "Do not pass arguments with an incompatible count or type to a function.",
23-
"precision": "very-high",
23+
"precision": "high",
2424
"severity": "error",
2525
"short_name": "DoNotCallFunctionsWithIncompatibleArguments",
2626
"tags": [

0 commit comments

Comments
 (0)