From 90f514e571265208a31bfa81ed7aad69032e3650 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:18:29 +0100 Subject: [PATCH] Automated PR: Standardising Files [skip ci] This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management. This repo has been identified by topic(s) of chef-cookbook --- .markdownlint-cli2.yaml | 1 + CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 0cb05b4..6fa8e77 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -2,3 +2,4 @@ config: ul-indent: false # MD007 line-length: false # MD013 no-duplicate-heading: false # MD024 + reference-links-images: false # MD052 diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6a529..bf91bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the postfix cookbook. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 6.0.14 - *2023-03-20* Standardise files with files in sous-chefs/repo-management