Skip to content

CI Lint Error Formatting

drew stachon requested to merge ci-lint-error-formatting into master

What does this MR do?

This MR applies styling changes to Ci::LintsController#show to make the output more readable.

It also sends error messaging from the controller to the view as an array of strings, rather than a single formatted string. This provides more flexibility to the view layer and reduces the backend's responsibility for presentation.

Screenshots

image

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by drew stachon

Merge request reports