Skip to content

Commit

Permalink
build: use config file for linkinator (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Jun 28, 2019
1 parent 3870749 commit 90c563f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.0",
"keypair": "^1.0.1",
"linkinator": "^1.1.2",
"linkinator": "^1.5.0",
"mocha": "^6.0.0",
"mv": "^2.1.1",
"ncp": "^2.0.0",
Expand Down Expand Up @@ -96,7 +96,7 @@
"presystem-test": "npm run compile",
"webpack": "webpack",
"browser-test": "karma start",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
},
"license": "Apache-2.0"
Expand Down

0 comments on commit 90c563f

Please sign in to comment.