Skip to content

Commit ae04b4e

Browse files
JustinBeckwiththiyaguk09
authored andcommitted
build: use config file for linkinator (googleapis#504)
1 parent 53a5f7a commit ae04b4e

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compile": "tsc -p . && cp -r src/v2 build/src/ && cp -r proto* build/ && cp test/*.js build/test",
3333
"docs": "jsdoc -c .jsdoc.js",
3434
"predocs-test": "npm run docs",
35-
"docs-test": "linkinator docs -r --skip www.googleapis.com",
35+
"docs-test": "linkinator docs",
3636
"fix": "gts fix && npm run lintfix",
3737
"lint": "eslint '**/*.js'",
3838
"lintfix": "eslint --fix '**/*.js'",
@@ -88,7 +88,7 @@
8888
"intelli-espower-loader": "^1.0.1",
8989
"jsdoc": "^3.6.2",
9090
"jsdoc-baseline": "^0.1.0",
91-
"linkinator": "^1.1.2",
91+
"linkinator": "^1.5.0",
9292
"mkdirp": "^0.5.1",
9393
"mocha": "^6.0.0",
9494
"nyc": "^14.0.0",

0 commit comments

Comments
 (0)