Commit 9636a07c authored by Vasilii Iakliushin's avatar Vasilii Iakliushin

Add a link to the follow-up issue

parent 5de16143
......@@ -92,7 +92,7 @@ module HamlLint
File.open(path_to_file).any? do |line|
result = line.match(MARKDOWN_HEADER)
# TODO:Do an exact match for anchors
# TODO:Do an exact match for anchors (Follow-up https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39850)
anchor.start_with?(string_to_anchor(result[:header])) if result
end
end
......
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