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