We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846882b commit 72e109cCopy full SHA for 72e109c
packages/google-cloud-monitoring/linkinator.config.json
@@ -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
@@ -38,7 +38,7 @@
38
"test-no-cover": "mocha test/*.js",
39
"test": "npm run cover",
40
"fix": "eslint '**/*.js' --fix",
41
- "docs-test": "linkinator docs -r --skip www.googleapis.com",
+ "docs-test": "linkinator docs",
42
"predocs-test": "npm run docs"
43
},
44
"dependencies": {
@@ -58,6 +58,6 @@
58
"nyc": "^14.0.0",
59
"power-assert": "^1.4.4",
60
"prettier": "^1.7.4",
61
- "linkinator": "^1.1.2"
+ "linkinator": "^1.5.0"
62
}
63
0 commit comments