From 230a0a636f3262ef3b082d0ffe88c0d4c99229a7 Mon Sep 17 00:00:00 2001 From: Filip Strozik Date: Mon, 22 Apr 2024 15:16:45 +0200 Subject: [PATCH] Disable md checks for shields and reuse links (#910) --- .mlc.config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.mlc.config.json b/.mlc.config.json index 70d4d516a..31dee9a8d 100644 --- a/.mlc.config.json +++ b/.mlc.config.json @@ -1,4 +1,12 @@ { + "ignorePatterns": [ + { + "pattern": "^https://img.shields.io" + }, + { + "pattern": "^https://api.reuse.software" + } + ], "replacementPatterns": [ { "_comment": "a replacement rule for all the in-repository references",