Skip to content

Commit

Permalink
build: use config file for linkinator (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Jun 28, 2019
1 parent 101bdbd commit 4a1883f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions linkinator.config.json
@@ -0,0 +1,7 @@
{
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com"
]
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -48,7 +48,7 @@
"proto": "npm run proto:logging && npm run proto:logging_config",
"proto:logging": "mkdir -p proto && pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/logging/v2/logging.proto | pbts -o proto/logging.d.ts -",
"proto:logging_config": "pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/logging/v2/logging_config.proto | pbts -o proto/logging_config.d.ts -",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
},
"dependencies": {
Expand Down Expand Up @@ -102,7 +102,7 @@
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.6.2",
"jsdoc-baseline": "^0.1.0",
"linkinator": "^1.4.2",
"linkinator": "^1.5.0",
"mocha": "^6.1.4",
"mv": "^2.1.1",
"ncp": "^2.0.0",
Expand Down

0 comments on commit 4a1883f

Please sign in to comment.