Skip to content

Commit fc9c206

Browse files
committed
new ruels
1 parent c1db06c commit fc9c206

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rule_packages/c/Concurrency3.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,16 @@
125125
},
126126
"queries": [
127127
{
128-
"description": "",
128+
"description": "Failing to wrap a function that may fail spuriously may result in unreliable program behavior.",
129129
"kind": "problem",
130130
"name": "Wrap functions that can fail spuriously in a loop",
131131
"precision": "very-high",
132132
"severity": "error",
133133
"short_name": "WrapFunctionsThatCanFailSpuriouslyInLoop",
134-
"tags": []
134+
"tags": [
135+
"correctness",
136+
"concurrency"
137+
]
135138
}
136139
],
137140
"title": "Wrap functions that can fail spuriously in a loop"

0 commit comments

Comments
 (0)