Skip to content

Remove rubocop `CodeReuse/ServiceClass`

Luke Duncalfe requested to merge ld-remove-disable-codereuse into master

What does this MR do?

The CodeReuse/ServiceClass cop was previously disabled because the Integrations::Jira model used to be named PrometheusService, which triggered the cop.

The model was renamed in !61743 (merged) however it was missed that we could remove this pragma comment until it was raised by @cablett in !62645 (comment 602285858).

Does this MR meet the acceptance criteria?

Conformity

Edited by Luke Duncalfe

Merge request reports

Loading