Skip to content

Commit 41faa4d

Browse files
JustinBeckwithbcoe
authored andcommitted
build: use config file for linkinator (#315)
1 parent 151c514 commit 41faa4d

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-privacy-dlp/package.json

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

0 commit comments

Comments
 (0)