BigW Consortium Gitlab

haml-lint.rake 91 Bytes
unless Rails.env.production?
  require 'haml_lint/rake_task'

  HamlLint::RakeTask.new
end