Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-22 21:43:48 +0300
committerDouwe Maan <douwe@selenight.nl>2017-02-23 18:32:42 +0300
commitba0d27fe940fc120774c331492a849684ff1f9ad (patch)
tree10e5b84b1eabe8f1fae6c85ef2502e65f8c73443 /lib/gitlab/seeder.rb
parentec5a74ecfa4cf5f8a6b3b66526d614d71b192105 (diff)
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