Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a7a1a8fa
Commit
a7a1a8fa
authored
Jun 23, 2021
by
Jouke Witteveen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update codequality documentation
parent
d786bce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/user/project/merge_requests/code_quality.md
doc/user/project/merge_requests/code_quality.md
+7
-7
No files found.
doc/user/project/merge_requests/code_quality.md
View file @
a7a1a8fa
...
...
@@ -342,13 +342,13 @@ do this:
The Code Quality report artifact JSON file must contain an array of objects
with the following properties:
| Name | Description |
| ---------------------- | -------------------------------------------------------------------------------------- |
|
`description`
| A description of the code quality violation. |
|
`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`
).
|
|
`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.
|
| Name | Description
|
| ---------------------- | --------------------------------------------------------------------------------------
---
|
|
`description`
| A description of the code quality violation.
|
|
`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`
). |
|
`location.path`
| The relative path to the file containing the code quality violation.
|
|
`location.lines.begin`
or
`location.positions.begin.line`
| The line on which the code quality violation occurred.
|
Example:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment