Introduce Gitlab/EventStoreSubscriber cop
This cop checks that a worker that includes `Gitlab::EventStore::Subscriber` implements `#handle_event` and does not override `#perform`.
Showing
Please register or sign in to comment
This cop checks that a worker that includes `Gitlab::EventStore::Subscriber` implements `#handle_event` and does not override `#perform`.