Skip to content

Commit a2ce62c

Browse files
JustinBeckwithBenjamin E. Coe
authored andcommitted
build: use config file for linkinator (#383)
1 parent 71546e9 commit a2ce62c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

linkinator.config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recurse": true,
3+
"skip": [
4+
"https://codecov.io/gh/googleapis/",
5+
"www.googleapis.com"
6+
]
7+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"prepare": "npm run compile",
3030
"pretest": "npm run compile",
3131
"license-check": "jsgl --local .",
32-
"docs-test": "linkinator docs --recurse",
32+
"docs-test": "linkinator docs",
3333
"predocs-test": "npm run docs"
3434
},
3535
"dependencies": {
@@ -79,7 +79,7 @@
7979
"js-green-licenses": "^1.1.0",
8080
"json-stable-stringify": "^1.0.1",
8181
"koa": "^2.7.0",
82-
"linkinator": "^1.4.3",
82+
"linkinator": "^1.5.0",
8383
"lodash.maxby": "^4.6.0",
8484
"lodash.merge": "^4.6.1",
8585
"lodash.omit": "^4.5.0",

0 commit comments

Comments
 (0)