Skip to content

Commit

Permalink
[doc] List possible severity levels for JSON report format
Browse files Browse the repository at this point in the history
  • Loading branch information
csordasmarton committed Feb 23, 2022
1 parent 9a944f8 commit 1265054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/analyzer/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1265054

Please sign in to comment.