Skip to content

Fix uninitialized constant with HamlLint::LinterRegistry

Stan Hu requested to merge sh-fix-linter-registry-haml into master

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

Edited by Stan Hu

Merge request reports