diff --git a/app/services/notification_recipient_service.rb b/app/services/notification_recipient_service.rb
index b36bc90c8849f94418b3b64fc37fb1c227a3368f..0e1527c1a7adc3c58aef13441a71970a6dee4e6d 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