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:
Diffstat (limited to 'qa/tasks/vulnerabilities.rake')
-rw-r--r--qa/tasks/vulnerabilities.rake2
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/tasks/vulnerabilities.rake b/qa/tasks/vulnerabilities.rake
index 79d6b8683e0..cab2f8e5ca6 100644
--- a/qa/tasks/vulnerabilities.rake
+++ b/qa/tasks/vulnerabilities.rake
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-# rubocop:disable Rails/RakeEnvironment
# How to run this rake task?
# GITLAB_QA_ACCESS_TOKEN=<access_token> GITLAB_URL="<Gitlab address>" bundle exec rake
@@ -26,4 +25,3 @@ namespace :vulnerabilities do
vuln.create_vuln_report(args[:project_id], args[:vulnerability_count].to_i)
end
end
-# rubocop:enable Rails/RakeEnvironment