Skip to content

Rename class and remove legacy Rubocop warnings

euko requested to merge rename-rollup-report-service into master

What does this MR do and why?

  • Renames an existing class RollupReportService to ReportService. The feature development for https://gitlab.com/gitlab-org/gitlab/-/issues/381879 resumed with updated requirements and it's best to rename the class name to avoid confusion. The class is currently hidden behind a non-default feature flag and not used in production.

  • Removes a Rubocop opt-out.

Edited by euko

Merge request reports