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/haml-lint.rake')
-rw-r--r--lib/tasks/haml-lint.rake7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/tasks/haml-lint.rake b/lib/tasks/haml-lint.rake
deleted file mode 100644
index 29589571344..00000000000
--- a/lib/tasks/haml-lint.rake
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-unless Rails.env.production?
- require 'haml_lint/rake_task'
-
- HamlLint::RakeTask.new
-end