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: 609dfaa48e3f33eacd36e54e86a0f548c8df23c2 (plain)
1
2
3
4
5
unless Rails.env.production?
  require 'haml_lint/rake_task'

  HamlLint::RakeTask.new
end