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 'lib/tasks/rubocop.rake')
-rw-r--r--lib/tasks/rubocop.rake3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/tasks/rubocop.rake b/lib/tasks/rubocop.rake
index 28c370e5ca6..e993035aa65 100644
--- a/lib/tasks/rubocop.rake
+++ b/lib/tasks/rubocop.rake
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-# rubocop:disable Rails/RakeEnvironment
unless Rails.env.production?
require 'rubocop/rake_task'
@@ -63,5 +62,3 @@ unless Rails.env.production?
end
end
end
-
-# rubocop:enable Rails/RakeEnvironment