From 90c44cc751fbc2890a72f55e2134618ec9adb8e4 Mon Sep 17 00:00:00 2001 From: Timo Riski Date: Mon, 21 Oct 2024 13:12:40 +0300 Subject: [PATCH] fix: ignore api-reference docs in markdown-link-check --- .trunk/trunk.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index e936cba3..6cdf1a52 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -23,6 +23,9 @@ lint: - prettier@3.3.3 - yamllint@1.35.1 ignore: + - linters: [markdown-link-check] + paths: + - docs/docs/api-reference/** - linters: [prettier] paths: - docs/docs/**