Enable HAML-LINT linters
What does this MR do?
This MR enables new HAML Linters as mentioned in #22072 (closed) (particularly in this comment)
-
AltText
-
ClassAttributeWithStaticValue
-
FinalNewline
-
HtmlAttributes
-
ImplicitDiv
-
SpaceBeforeScript
-
TrailingWhitespace
-
SpaceInsideHashAttributes
Are there points in the code the reviewer needs to double check?
Pretty much every change needs to be reviewed as we want to be sure that an attempt to fix a Lint rule doesn't cause any unintended side-effect (which otherwise doesn't happen)
Why was this MR needed?
See #22072 (closed) and discussion thread in same issue.
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Closes #22072 (closed)