Commit a7a1a8fa authored by Jouke Witteveen's avatar Jouke Witteveen

Update codequality documentation

parent d786bce0
...@@ -343,12 +343,12 @@ The Code Quality report artifact JSON file must contain an array of objects ...@@ -343,12 +343,12 @@ The Code Quality report artifact JSON file must contain an array of objects
with the following properties: with the following properties:
| Name | Description | | Name | Description |
| ---------------------- | -------------------------------------------------------------------------------------- | | ---------------------- | ----------------------------------------------------------------------------------------- |
| `description` | A description of the code quality violation. | | `description` | A description of the code quality violation. |
| `fingerprint` | A unique fingerprint to identify the code quality violation. For example, an MD5 hash. | | `fingerprint` | A unique fingerprint to identify the code quality violation. For example, an MD5 hash. |
| `severity` | A severity string (can be `info`, `minor`, `major`, `critical`, or `blocker`). | | `severity` | A severity string (can be `info`, `minor`, `major`, `critical`, or `blocker`). |
| `location.path` | The relative path to the file containing the code quality violation. | | `location.path` | The relative path to the file containing the code quality violation. |
| `location.lines.begin` | The line on which the code quality violation occurred. | | `location.lines.begin` or `location.positions.begin.line` | The line on which the code quality violation occurred. |
Example: Example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment