From b1798180789203c2d71fc8a6e8d21c88dbaf848d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 11 Jan 2023 14:33:29 +0100 Subject: [PATCH] remove link check as it takes too long --- .textlintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.textlintrc.js b/.textlintrc.js index e728446..e475209 100644 --- a/.textlintrc.js +++ b/.textlintrc.js @@ -7,7 +7,7 @@ module.exports = { 'max-comma': { max : 4, }, - 'no-dead-link': { + /*'no-dead-link': { checkRelative: true, baseURI: null, ignore: ['http://localhost*'], @@ -17,7 +17,7 @@ module.exports = { userAgent: 'textlint-rule-no-dead-link/1.0', maxRetryTime: 10, maxRetryAfterTime: 90 - }, + },*/ 'no-empty-section': true, 'textlint-rule-no-empty-element': true, 'period-in-list-item': true,