We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ecd11 commit bef0669Copy full SHA for bef0669
2 files changed
handwritten/bigtable/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
+}
handwritten/bigtable/package.json
@@ -32,7 +32,7 @@
32
"compile": "tsc -p . && cp -r src/v2 build/src/ && cp -r proto* build/ && cp test/*.js build/test",
33
"docs": "jsdoc -c .jsdoc.js",
34
"predocs-test": "npm run docs",
35
- "docs-test": "linkinator docs -r --skip www.googleapis.com",
+ "docs-test": "linkinator docs",
36
"fix": "gts fix && npm run lintfix",
37
"lint": "eslint '**/*.js'",
38
"lintfix": "eslint --fix '**/*.js'",
@@ -88,7 +88,7 @@
88
"intelli-espower-loader": "^1.0.1",
89
"jsdoc": "^3.6.2",
90
"jsdoc-baseline": "^0.1.0",
91
- "linkinator": "^1.1.2",
+ "linkinator": "^1.5.0",
92
"mkdirp": "^0.5.1",
93
"mocha": "^6.0.0",
94
"nyc": "^14.0.0",
0 commit comments