remove link check as it takes too long

This commit is contained in:
Ulf Gebhardt 2023-01-11 14:33:29 +01:00
parent 6cd0367dfd
commit b179818078
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -7,7 +7,7 @@ module.exports = {
'max-comma': { 'max-comma': {
max : 4, max : 4,
}, },
'no-dead-link': { /*'no-dead-link': {
checkRelative: true, checkRelative: true,
baseURI: null, baseURI: null,
ignore: ['http://localhost*'], ignore: ['http://localhost*'],
@ -17,7 +17,7 @@ module.exports = {
userAgent: 'textlint-rule-no-dead-link/1.0', userAgent: 'textlint-rule-no-dead-link/1.0',
maxRetryTime: 10, maxRetryTime: 10,
maxRetryAfterTime: 90 maxRetryAfterTime: 90
}, },*/
'no-empty-section': true, 'no-empty-section': true,
'textlint-rule-no-empty-element': true, 'textlint-rule-no-empty-element': true,
'period-in-list-item': true, 'period-in-list-item': true,