Skip to content

Commit 0dad83e

Browse files
authored
Merge pull request #42 from spinframework/fix/blc-exemption-localhost-16686
fix(.build): re-add localhost:16686 to exemptions
2 parents 914523b + b29b3c4 commit 0dad83e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.build/check-broken-links.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ blc --recursive http://127.0.0.1:3000
8383
--exclude 'https://crates.io/crates/bytes' \
8484
--exclude 'https://crates.io/crates/http' \
8585
--exclude 'https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one' \
86+
--exclude 'http://localhost:16686/' \
8687
--exclude 'http://localhost:5050/explore' | tee "${report}" || blc_error=true
8788

8889
cat "${report}" | grep "├─BROKEN─" > broken_links || true

0 commit comments

Comments
 (0)