Skip to content

Commit fb5d001

Browse files
JustinBeckwithbcoe
authored andcommitted
build: use config file for linkinator (#268)
1 parent 4de51ab commit fb5d001

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
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+
}

packages/google-cloud-videointelligence/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test-no-cover": "mocha test/*.js",
3838
"test": "npm run cover",
3939
"fix": "eslint --fix '**/*.js'",
40-
"docs-test": "linkinator docs -r --skip www.googleapis.com",
40+
"docs-test": "linkinator docs",
4141
"predocs-test": "npm run docs"
4242
},
4343
"dependencies": {
@@ -53,7 +53,7 @@
5353
"intelli-espower-loader": "^1.0.1",
5454
"jsdoc": "^3.6.2",
5555
"jsdoc-baseline": "^0.1.0",
56-
"linkinator": "^1.4.2",
56+
"linkinator": "^1.5.0",
5757
"mocha": "^6.1.4",
5858
"nyc": "^14.1.1",
5959
"power-assert": "^1.6.1",

0 commit comments

Comments
 (0)