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 --- .markdownlint.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .markdownlint.rb (limited to '.markdownlint.rb') diff --git a/.markdownlint.rb b/.markdownlint.rb new file mode 100644 index 0000000..c8192eb --- /dev/null +++ b/.markdownlint.rb @@ -0,0 +1,2 @@ +all +exclude_rule 'MD024' -- cgit v1.2.3