Skip to content

Commit

Permalink
build: use config file for linkinator (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Jun 28, 2019
1 parent 85103bb commit 7137a2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions linkinator.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"karma-remap-coverage": "^0.1.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.0",
"linkinator": "^1.3.1",
"linkinator": "^1.5.0",
"mocha": "^6.0.2",
"mv": "^2.1.1",
"ncp": "^2.0.0",
Expand Down

0 comments on commit 7137a2d

Please sign in to comment.