summaryrefslogtreecommitdiff
path: root/lib/gitlab/seeder.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-22 12:43:48 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:32:42 -0600
commitba0d27fe940fc120774c331492a849684ff1f9ad (patch)
tree10e5b84b1eabe8f1fae6c85ef2502e65f8c73443 /lib/gitlab/seeder.rb
parentec5a74ecfa4cf5f8a6b3b66526d614d71b192105 (diff)
downloadgitlab-ce-ba0d27fe940fc120774c331492a849684ff1f9ad.tar.gz
Update rubocop and rubocop-rspec and regenerate .rubocop_todo.yml
Diffstat (limited to 'lib/gitlab/seeder.rb')
-rw-r--r--lib/gitlab/seeder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/seeder.rb b/lib/gitlab/seeder.rb
index 6fb0be493e8..b7f825e8284 100644
--- a/lib/gitlab/seeder.rb
+++ b/lib/gitlab/seeder.rb
@@ -18,7 +18,7 @@ def Notify.deliver_later
self
end
eos
- eval(code) # rubocop:disable Lint/Eval
+ eval(code) # rubocop:disable Security/Eval
end
end
end