From 6da60ee68e98d97f2c58ea7dca39d85c9b81370b Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Wed, 11 Oct 2023 15:29:54 +0200 Subject: Ignore MDLint rule that conflicts with Changelog format `MD024 Multiple headers with the same content` Conflicts with using same sub-headers for the keepachangelog format Signed-off-by: Colin Wilk --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0204c17..0d50a19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,3 +21,4 @@ repos: rev: v0.12.0 hooks: - id: markdownlint + args: [-s, .markdownlint.rb] -- cgit v1.2.3