diff options
author | http://jneen.net/ <jneen@jneen.net> | 2017-08-01 13:18:51 -0700 |
---|---|---|
committer | http://jneen.net/ <jneen@jneen.net> | 2017-08-03 09:07:18 -0700 |
commit | 1ccdd99fbd82c082a992ea344938dca17c337140 (patch) | |
tree | 51d1c3083ffddb067e700fa7a18029ea74d5a0f1 /app/services | |
parent | 4dfda5f2662afe32fcaa95b851fe6bdff9e20c08 (diff) | |
download | gitlab-ce-1ccdd99fbd82c082a992ea344938dca17c337140.tar.gz |
disable the delegate cop
Diffstat (limited to 'app/services')
-rw-r--r-- | app/services/notification_recipient_service.rb | 1 |
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 |