Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
build: use config file for linkinator (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jul 15, 2019
1 parent 6d809e6 commit 06b8892
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 @@ -44,7 +44,7 @@
"license-check": "jsgl --local .",
"lint": "npm run check",
"docs": "compodoc src/",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
},
"dependencies": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"gts": "^1.0.0",
"intelli-espower-loader": "^1.0.1",
"js-green-licenses": "^1.0.0",
"linkinator": "^1.1.2",
"linkinator": "^1.5.0",
"mkdirp": "^0.5.1",
"mocha": "^6.1.4",
"ncp": "^2.0.0",
Expand Down

0 comments on commit 06b8892

Please sign in to comment.