diff --git a/.haml-lint.yml b/.haml-lint.yml
index 52cfe0b6f7a527bf64d68a53f4e2a49deec87f47..edcc13eb1d294725674f99e5433bbd341259502a 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -110,7 +110,6 @@ linters:
       - GitlabSecurity/PublicSend
       - Layout/EmptyLineAfterGuardClause
       - Layout/LeadingCommentSpace
-      - Layout/SpaceAfterColon
       - Layout/SpaceAroundOperators
       - Layout/SpaceBeforeBlockBraces
       - Layout/SpaceBeforeComma
diff --git a/changelogs/unreleased/tnir-Layout-SpaceAfterColon.yml b/changelogs/unreleased/tnir-Layout-SpaceAfterColon.yml
new file mode 100644
index 0000000000000000000000000000000000000000..e6c724bfaa13477baa925bc6489a29d21cb34e4f
--- /dev/null
+++ b/changelogs/unreleased/tnir-Layout-SpaceAfterColon.yml
@@ -0,0 +1,5 @@
+---
+title: Enable Layout/SpaceAfterColon cop for HAML
+merge_request: 58564
+author: Takuya Noguchi
+type: other