Commit dfee19c4 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'bw-fix-hamllint' into 'master'

Multiple spring rake commands cause "NameError: uninitialized constant HamlLint::Linter"

Closes #52843

See merge request gitlab-org/gitlab-ce!22437
parents c4d5d8cb 6683aa8b
......@@ -2,9 +2,9 @@
# frozen_string_literal: true
unless Rails.env.production?
require 'haml_lint/haml_visitor'
require 'haml_lint/linter'
require 'haml_lint/linter_registry'
require_dependency 'haml_lint/haml_visitor'
require_dependency 'haml_lint/linter'
require_dependency 'haml_lint/linter_registry'
module HamlLint
class Linter::InlineJavaScript < Linter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment