We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bfd4a commit 6bef9f0Copy full SHA for 6bef9f0
1 file changed
web/server/codechecker_server/api/report_annotations.py
@@ -33,5 +33,6 @@
33
report_annotation_types = {
34
"timestamp": __allowed_types["datetime"],
35
"testcase": __allowed_types["string"],
36
- "chronological_order": __allowed_types["integer"]
+ "chronological_order": __allowed_types["integer"],
37
+ "cwe": __allowed_types["string"]
38
}
0 commit comments