Skip to content

Commit

Permalink
build: use config file for linkinator (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Jun 28, 2019
1 parent 228065b commit 642ed61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/google-cloud-datacatalog/linkinator.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com"
]
}
2 changes: 1 addition & 1 deletion packages/google-cloud-datacatalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lint": "eslint .",
"test": "c8 mocha test/*.js",
"predocs-test": "npm run docs",
"docs-test": "linkinator docs -r --skip 'www.npmjs.org/package/@google-cloud/datacatalog|googleapis.dev/nodejs/datacatalog/latest|cloud.google.com/data-catalog/docs/how-to/search-reference'",
"docs-test": "linkinator docs",
"samples-test": "c8 mocha samples/test/*.js",
"system-test": "c8 mocha --timeout=5000 system-test/*.js"
},
Expand Down

0 comments on commit 642ed61

Please sign in to comment.