Skip to content

Moved CodeQualityParser out of unused store

Jannik Lehmann requested to merge jnnkl-moving-cq-parser into master

What does this MR do and why?

This is MR 1/3 to resolve: #431888 It moves the shared CodeQualityParser util out of the store folder. This is done because the util is still in use the rest of the store is not and will be completely removed in a follow-up MR.

Screenshots or screen recordings

No visual changes.

How to set up and validate locally

Setup:

  1. Clone https://gitlab.com/jannik_lehmann/code-quality-test
  2. Recreate: jannik_lehmann/code-quality-test!4

CQ Features:

  1. Check if the CodeQuality MR Widget still renders and works as in: jannik_lehmann/code-quality-test!4
  2. Check if the CodeQuality inline Findings still render as in: jannik_lehmann/code-quality-test!4 (diffs)
  3. Check if the CodeQuality tab on the MR Pipeline still renders as in: https://gitlab.com/jannik_lehmann/code-quality-test/-/pipelines/847995036/codequality_report

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jannik Lehmann

Merge request reports