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.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/haml-lint.rake b/lib/tasks/haml-lint.rake
index 71e84d3795f..29589571344 100644
--- a/lib/tasks/haml-lint.rake
+++ b/lib/tasks/haml-lint.rake
@@ -2,7 +2,6 @@
unless Rails.env.production?
require 'haml_lint/rake_task'
- require Rails.root.join('haml_lint/inline_javascript')
HamlLint::RakeTask.new
end