Skip to content

Replaces `tag: true` into `:tag` in the specs

What does this MR do?

  • Replaces all the explicit include metadata syntax in the specs tag:true into the implicit one :tag.
  • Added a cop to prevent future errors and handle autocorrection.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #37552

Edited by username-removed-331646

Merge request reports