Welcome to mirror list, hosted at ThFree Co, Russian Federation.

haml-lint.rake « tasks « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad2d034b0b4d53e07aee4f223719714f835675d3 (plain)
1
2
3
4
5
6
unless Rails.env.production?
  require 'haml_lint/rake_task'
  require 'haml_lint/inline_javascript'

  HamlLint::RakeTask.new
end