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

unless Rails.env.production?
  require 'haml_lint/rake_task'
  require Rails.root.join('haml_lint/inline_javascript')

  HamlLint::RakeTask.new
end