Skip to content
Commit 0ded8657 authored by Stan Hu's avatar Stan Hu
Browse files

Fix uninitialized constant with HamlLint::LinterRegistry

The migration pod for the GitLab Helm Chart was failing because
of the NameError:

uninitialized constant HamlLint::Linter::NoPlainNodes::LinterRegistry

We now explicitly specify ::HamlLint::LinterRegistry to avoid resolution
errors.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62125
parent d6022e9d
Loading
Loading
Loading