Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Feb 29, 2024
1 parent 1508135 commit 1af1ab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/check-urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ class Curl:

URLS_TO_IGNORE = frozenset(
[
"http://|https://|ftp://",
"http://localhost:12345",
"http://localhost:12345/v3.0",
"http://some",
"http://urllib3.readthedocs.io/en/latest/advanced-usage.html",
"http://|https://|ftp://",
"https://api-qa.aspose.cloud",
"https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v{{packageVersion}}",
"https://img.shields.io/badge/api-v{{appVersion}}-lightgrey",
"https://pypi.org/project/{{projectName}}/",
Expand Down

0 comments on commit 1af1ab2

Please sign in to comment.