Skip to content

Commit 2da66e9

Browse files
committed
fix(toys-gapic): Workaround for misbehaving cloud console urls
1 parent 4f5e79d commit 2da66e9

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
@@ -50,7 +50,8 @@ def determine_skips gem_name
5050
"^https://rubygems\\.org/gems/#{wrapper_gem_name}",
5151
"^https://cloud\\.google\\.com/ruby/docs/reference/#{gem_name}/latest$",
5252
"^https://rubydoc\\.info/gems/#{gem_name}",
53-
"^https?://stackoverflow\\.com/questions/tagged/google-cloud-platform\\+ruby$"
53+
"^https?://stackoverflow\\.com/questions/tagged/google-cloud-platform\\+ruby$",
54+
"^https://console\\.cloud\\.google\\.com/apis/library/\\\w+\\.googleapis\\.com$"
5455
]
5556
if gem_name == wrapper_gem_name
5657
skip_regexes << "^https://cloud\\.google\\.com/ruby/docs/reference/#{gem_name}-v\\d\\w*/latest$"

0 commit comments

Comments
 (0)