summaryrefslogtreecommitdiff
path: root/app/services/notification_recipient_service.rb
diff options
context:
space:
mode:
authorhttp://jneen.net/ <jneen@jneen.net>2017-08-01 13:18:51 -0700
committerhttp://jneen.net/ <jneen@jneen.net>2017-08-03 09:07:18 -0700
commit1ccdd99fbd82c082a992ea344938dca17c337140 (patch)
tree51d1c3083ffddb067e700fa7a18029ea74d5a0f1 /app/services/notification_recipient_service.rb
parent4dfda5f2662afe32fcaa95b851fe6bdff9e20c08 (diff)
downloadgitlab-ce-1ccdd99fbd82c082a992ea344938dca17c337140.tar.gz
disable the delegate cop
Diffstat (limited to 'app/services/notification_recipient_service.rb')
-rw-r--r--app/services/notification_recipient_service.rb1
1 files changed, 1 insertions, 0 deletions
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