Skip to content

Commit 2445d46

Browse files
JustinBeckwithbcoe
authored andcommitted
build: use config file for linkinator (#212)
1 parent 9982913 commit 2445d46

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-oslogin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"docs": "jsdoc -c .jsdoc.js",
3838
"system-test": "mocha system-test/*.js smoke-test/*.js --timeout 600000",
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": {
@@ -56,6 +56,6 @@
5656
"nyc": "^14.0.0",
5757
"power-assert": "^1.4.4",
5858
"prettier": "^1.9.2",
59-
"linkinator": "^1.1.2"
59+
"linkinator": "^1.5.0"
6060
}
6161
}

0 commit comments

Comments
 (0)