Skip to content

Commit

Permalink
fix: add --no-warnings flag to linkchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r committed Dec 27, 2023
1 parent d8e9e64 commit 1dc547e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ check_links:
@# markdown link checker, `local_link_check.sh`.
@# --ignore-url=https://arxiv.org: this website returns a lots of timeouts
poetry run linkchecker docs --check-extern \
--no-warnings \
--ignore-url=_static/webpack-macros.html \
--ignore-url=https://www.conventionalcommits.org/en/v1.0.0/ \
--ignore-url=https://www.openml.org \
Expand Down

0 comments on commit 1dc547e

Please sign in to comment.