-
- Downloads
Introduce Gitlab/EventStoreSubscriber cop
This cop checks that a worker that includes `Gitlab::EventStore::Subscriber` implements `#handle_event` and does not override `#perform`.
parent
077f5a82
No related branches found
No related tags found
Showing
- .rubocop.yml 6 additions, 0 deletions.rubocop.yml
- rubocop/cop/gitlab/event_store_subscriber.rb 71 additions, 0 deletionsrubocop/cop/gitlab/event_store_subscriber.rb
- spec/rubocop/cop/gitlab/event_store_subscriber_spec.rb 82 additions, 0 deletionsspec/rubocop/cop/gitlab/event_store_subscriber_spec.rb
rubocop/cop/gitlab/event_store_subscriber.rb
0 → 100644
Please register or sign in to comment