Skip to content
Snippets Groups Projects
Commit dfee19c4 authored by Robert Speicher's avatar Robert Speicher
Browse files

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
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment