mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
remove link check as it takes too long
This commit is contained in:
parent
6cd0367dfd
commit
b179818078
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user