Skip to content

Commit 56b6204

Browse files
JustinBeckwithBenjamin E. Coe
authored andcommitted
build: use config file for linkinator (googleapis#757)
1 parent ceab20d commit 56b6204

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recurse": true,
3+
"skip": [
4+
"https://codecov.io/gh/googleapis/",
5+
"www.googleapis.com"
6+
]
7+
}

handwritten/storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"compile": "tsc -p .",
4747
"fix": "gts fix && eslint --fix '**/*.js'",
4848
"prepare": "npm run compile",
49-
"docs-test": "linkinator docs -r --skip www.googleapis.com",
49+
"docs-test": "linkinator docs",
5050
"predocs-test": "npm run docs"
5151
},
5252
"dependencies": {
@@ -103,7 +103,7 @@
103103
"intelli-espower-loader": "^1.0.1",
104104
"jsdoc": "^3.6.2",
105105
"jsdoc-baseline": "^0.1.0",
106-
"linkinator": "^1.1.2",
106+
"linkinator": "^1.5.0",
107107
"mocha": "^6.0.0",
108108
"nock": "^10.0.1",
109109
"node-fetch": "^2.2.0",

0 commit comments

Comments
 (0)