From 5699db28f61174641a49f58902b8f4abbfd75b7a Mon Sep 17 00:00:00 2001 From: "Jonas L." Date: Fri, 28 Mar 2025 11:15:03 +0100 Subject: [PATCH] test: enable --strict on changelog yaml lint (#621) ##### SUMMARY Enable strict mode when linting the changelog yaml. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c851d16..45cd595 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,6 +48,7 @@ repos: hooks: - id: antsibull-changelog-lint - id: antsibull-changelog-lint-changelog-yaml + args: [--strict] - repo: https://github.com/ansible/ansible-lint rev: v25.1.3