Skip to content

Commit 4f5e79d

Browse files
authored
fix(toys-gapic): Workaround for stackoverflow denying linkinator requests (#396)
1 parent a671830 commit 4f5e79d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

toys/gapic/linkinator.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def determine_skips gem_name
4949
"\\w+\\.md$",
5050
"^https://rubygems\\.org/gems/#{wrapper_gem_name}",
5151
"^https://cloud\\.google\\.com/ruby/docs/reference/#{gem_name}/latest$",
52-
"^https://rubydoc\\.info/gems/#{gem_name}"
52+
"^https://rubydoc\\.info/gems/#{gem_name}",
53+
"^https?://stackoverflow\\.com/questions/tagged/google-cloud-platform\\+ruby$"
5354
]
5455
if gem_name == wrapper_gem_name
5556
skip_regexes << "^https://cloud\\.google\\.com/ruby/docs/reference/#{gem_name}-v\\d\\w*/latest$"

0 commit comments

Comments
 (0)