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.rake4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/tasks/rubocop.rake b/lib/tasks/rubocop.rake
deleted file mode 100644
index ddfaf5d51f2..00000000000
--- a/lib/tasks/rubocop.rake
+++ /dev/null
@@ -1,4 +0,0 @@
-unless Rails.env.production?
- require 'rubocop/rake_task'
- RuboCop::RakeTask.new
-end