Skip to content

Commit 8a2076e

Browse files
Fix query metadata
1 parent 9ff699b commit 8a2076e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rule_packages/c/Concurrency7.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"queries": [
2828
{
2929
"description": "The Standard Library function mtx_timedlock() shall only be invoked on mutex objects of appropriate mutex type",
30-
"kind": "problem",
30+
"kind": "path-problem",
3131
"name": "The Standard Library function mtx_timedlock() shall only be invoked on mutexes of type mtx_timed",
3232
"precision": "high",
3333
"severity": "error",

0 commit comments

Comments
 (0)