From 1ccdd99fbd82c082a992ea344938dca17c337140 Mon Sep 17 00:00:00 2001 From: "http://jneen.net/" Date: Tue, 1 Aug 2017 13:18:51 -0700 Subject: [PATCH] disable the delegate cop --- app/services/notification_recipient_service.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/services/notification_recipient_service.rb b/app/services/notification_recipient_service.rb index b36bc90c884..0e1527c1a7a 100644 --- a/app/services/notification_recipient_service.rb +++ b/app/services/notification_recipient_service.rb @@ -44,6 +44,7 @@ module NotificationRecipientService raise 'abstract' end + # rubocop:disable Rails/Delegate def project target.project end