Skip to content

Commit

Permalink
ci: DOC-1314 update linkinator config (#3443) (#3448)
Browse files Browse the repository at this point in the history
(cherry picked from commit 03fb443)

Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
1 parent 6237f0a commit 3bf9cc2
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ verify-url-links:
verify-url-links-ci: ## Check for broken URLs in production in a GitHub Actions CI environment
@echo "Checking for broken external URLs in CI environment..."
rm link_report.json || echo "No report exists. Proceeding to scan step"
@npx linkinator "docs/**/*.md" --markdown --recurse --timeout 60000 --retry --retry-errors-count 3 \
@npx linkinator "docs/**/*.md" --markdown --recurse --timeout 60000 --retry-errors-jitter --retry --retry-errors-count 5 \
--skip "^https:\/\/docs\.spectrocloud\.com.*$$" \
--skip "^https:\/\/docs\.spectrocloud\.com\/.*\/supplemental\-packs$$" \
--skip "^http:\/\/docs\.spectrocloud\.com.*$$" \
Expand Down
223 changes: 211 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"jest-config-docusaurus": "^0.1.1",
"jest-environment-jsdom": "^29.6.2",
"jest-fetch-mock": "^3.0.3",
"linkinator": "^6.1.1",
"lint-staged": "^13.2.3",
"netlify-cli": "^17.31.0",
"prettier": "3.3.2",
Expand Down

0 comments on commit 3bf9cc2

Please sign in to comment.