From ae7aa972e8c4896b744a7aa504dc61cafaaf2a52 Mon Sep 17 00:00:00 2001 From: Jiri Kozel Date: Thu, 18 Nov 2021 12:16:46 +0100 Subject: [PATCH] Ignore URLs of Github issues during remark check --- .remarkrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.remarkrc b/.remarkrc index 856931651..951511cd2 100644 --- a/.remarkrc +++ b/.remarkrc @@ -6,7 +6,8 @@ "lint-no-dead-urls": { "skipLocalhost": true, "skipUrlPatterns": [ - "https://help.liferay.com" + "https://help.liferay.com", + "https://github.com/LayerManager/layman/issues/" ] } }