Skip to content

Commit 72e109c

Browse files
build: use config file for linkinator (#275)
1 parent 846882b commit 72e109c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
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+
}

packages/google-cloud-monitoring/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test-no-cover": "mocha test/*.js",
3939
"test": "npm run cover",
4040
"fix": "eslint '**/*.js' --fix",
41-
"docs-test": "linkinator docs -r --skip www.googleapis.com",
41+
"docs-test": "linkinator docs",
4242
"predocs-test": "npm run docs"
4343
},
4444
"dependencies": {
@@ -58,6 +58,6 @@
5858
"nyc": "^14.0.0",
5959
"power-assert": "^1.4.4",
6060
"prettier": "^1.7.4",
61-
"linkinator": "^1.1.2"
61+
"linkinator": "^1.5.0"
6262
}
6363
}

0 commit comments

Comments
 (0)