Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion __tests__/crawler.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ test('Crawl the docs and execute tests', async () => {
'https://calico-docs.mcp.kapa.ai',
'https://docs.tigera.io/img/calico-logo-2026-badge.png',
'http://www.w3.org/2000/svg', // Appears in SVG file 'xmlns', doesn't need checking
'https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html' // TEMP
'https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html', // TEMP
'https://review.openstack.org/#/c/344008/' // TEMP: dead link (503)
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a trailing comma after this new skipList entry to match the repo’s Prettier setting (trailingComma: "es5") and the surrounding list style (most elements in this file end with a comma, including the last element in multi-line arrays).

Suggested change
'https://review.openstack.org/#/c/344008/' // TEMP: dead link (503)
'https://review.openstack.org/#/c/344008/', // TEMP: dead link (503)

Copilot uses AI. Check for mistakes.
];

const lc = linkChecker();
Expand Down