Add check_name to code quality widget
What does this MR do and why?
This MR adds the check_name field to the code quality merge request widget as suggested within #325857 . check_name is part of the codeclimate spec and supported by standard tools such as eslint or rubocop.
Screenshots or screen recordings
| without this MR | with this MR |
|---|---|
![]() |
![]() |
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
- Import https://gitlab.com/remcohaszing/eslint-formatter-gitlab.git
- Attach a runner to the gdk, you need a loopback-interface to make it work properly
- Create an MR similar to remcohaszing/eslint-formatter-gitlab!1
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Roger Meier

