Skip to content

Commit

Permalink
build: use config file for linkinator (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Jun 28, 2019
1 parent 5e75d21 commit f6cfb74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-compute/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"
]
}
4 changes: 2 additions & 2 deletions packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"system-test": "mocha system-test/*.js --timeout 1200000",
"test": "nyc mocha",
"fix": "eslint --fix '**/*.js'",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
},
"dependencies": {
Expand All @@ -56,7 +56,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.0.0",
"nyc": "^14.0.0",
"power-assert": "^1.5.0",
Expand Down

0 comments on commit f6cfb74

Please sign in to comment.