Skip to content

Commit

Permalink
ci: Added spelling check for Google-internal links (GoogleCloudPlatfo…
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Aug 12, 2024
1 parent 263c6fc commit d82de8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,6 @@

# "an" should only be before vowels.
\ban\s+(?![FHLMNRSX][A-Z0-9]+\b)(?!hour\b)(?!honest\b)([b-df-hj-np-tv-zB-DF-HJ-NP-TV-Z]{1}\w*)

# Don't use Google internal links
((corp|prod).google.com|googleplex.com|https?://[0-9a-z][0-9a-z-]+/|(?:^|[^/.-])\b(?:go|b|cl|cr)/[a-z0-9_.-]+\b)

0 comments on commit d82de8a

Please sign in to comment.