Skip to content

Commit

Permalink
fix: ignore img.shields.io in linkinator (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 5, 2020
1 parent 67ca825 commit e99f416
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
13 changes: 7 additions & 6 deletions templates/typescript_gapic/linkinator.config.json.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com"
]
}
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
]
}
3 changes: 2 additions & 1 deletion typescript/test/testdata/dlp/linkinator.config.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com"
"www.googleapis.com",
"img.shields.io"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com"
"www.googleapis.com",
"img.shields.io"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com"
"www.googleapis.com",
"img.shields.io"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com"
"www.googleapis.com",
"img.shields.io"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com"
"www.googleapis.com",
"img.shields.io"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com"
"www.googleapis.com",
"img.shields.io"
]
}

0 comments on commit e99f416

Please sign in to comment.