Skip to content

Commit

Permalink
build: use config file for linkinator (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Jun 28, 2019
1 parent d035034 commit eafa826
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"www.gstatic.com/bigquerydatatransfer"
]
}
4 changes: 2 additions & 2 deletions packages/google-cloud-bigquery-datatransfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"docs": "jsdoc -c .jsdoc.js",
"system-test": "mocha system-test/*.js smoke-test/*.js --timeout 600000",
"fix": "eslint --fix '**/*.js'",
"docs-test": "linkinator docs -r --skip 'www.googleapis.com www.gstatic.com/bigquerydatatransfer'",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
},
"dependencies": {
Expand All @@ -48,7 +48,7 @@
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.6.2",
"jsdoc-baseline": "^0.1.0",
"linkinator": "^1.4.2",
"linkinator": "^1.5.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"power-assert": "^1.6.1",
Expand Down

0 comments on commit eafa826

Please sign in to comment.