Skip to content

Commit

Permalink
Merge pull request #3604 from csordasmarton/doc_report_severity_levels
Browse files Browse the repository at this point in the history
[doc] List possible severity levels for JSON report format
  • Loading branch information
csordasmarton authored Mar 1, 2022
2 parents 188dea9 + 1265054 commit 3b57c1a
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 @@ -1857,7 +1857,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 3b57c1a

Please sign in to comment.