From 12650546f901790fe630a31942bb668ff7f1f540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Csord=C3=A1s?= Date: Wed, 23 Feb 2022 11:47:36 +0100 Subject: [PATCH] [doc] List possible severity levels for JSON report format --- docs/analyzer/user_guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/analyzer/user_guide.md b/docs/analyzer/user_guide.md index 0795e680f8..29249cf384 100644 --- a/docs/analyzer/user_guide.md +++ b/docs/analyzer/user_guide.md @@ -1932,7 +1932,8 @@ similar to this one: - `message` (str): message reported by the checker. - `checker_name` (str): identifier of the rule (checker) that was evaluated to produce the result. -- `severity` (str | null): CodeChecker severity level (optional). +- `severity` (str | null): CodeChecker severity level (optional). Possible +values are: `CRITICAL`, `HIGH`, `MEDIUM`, `LOW`, `STYLE`, `UNSPECIFIED`. - `report_hash` (str | null): bug identifier hash (optional). - `analyzer_name` (str | null): analyzer name which reported the bug (optional).