Remove unused matched_lines_count

What does this MR do and why?

This attribute was originally added to support multiple matches in a single file. It is still unused in the front end. The regex match used for this approach is not very performant. For now, we will remove it since we want to show multiple matches in a single file with the GraphQL API in the future. Here we have decided to remove this attribute: #499861 (comment 2166921120)

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Ravi Kumar

Merge request reports

Loading