Skip to content

Commit e5dc2e4

Browse files
committed
👌 IMPROVE: warning link handling
1 parent 2d7797b commit e5dc2e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/link.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def scan_links(links, verbose=False):
5252
print("\n==== Links with non-definitive status codes ====")
5353
for file, line, link in warning_links:
5454
print(f"In {file} on line {line}, link: {link}")
55+
print("Links that you have verified are OK can be whitelisted in the workflow file")
5556
print("\n==== Failed links ====")
5657
for file, line, link in bad_links:
5758
print(f"In {file} on line {line}, link: {link}")
@@ -60,6 +61,7 @@ def scan_links(links, verbose=False):
6061
print("\n==== Links with non-definitive status codes ====")
6162
for file, line, link in warning_links:
6263
print(f"In {file} on line {line}, link: {link}")
64+
print("Links that you have verified are OK can be whitelisted in the workflow file")
6365
print("Otherwise, all links correct - test passed")
6466
else:
6567
print("All links correct - test passed")

0 commit comments

Comments
 (0)