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: 2958957134424083276bad644b715d06b59974a7 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

unless Rails.env.production?
  require 'haml_lint/rake_task'

  HamlLint::RakeTask.new
end