已合并
fix: exclude timeout-prone links from Markdown check #4898
zhangyujia77创建于 27 天前
fix: exclude timeout-prone links from Markdown check #4898
已合并
共 1 个文件变更+3-0
| @@ -39,6 +39,9 @@ exclude = [ | |||
| 39 | "^https://gitee\\.com/ascend/samples/tree/master/operator/ascendc$", | 39 | "^https://gitee\\.com/ascend/samples/tree/master/operator/ascendc$", |
| 40 | "^https://gitee\\.com/ascend/samples/tree/master/operator/ascendc/0_introduction/3_add_kernellaunch/AddKernelInvocationNeo$", | 40 | "^https://gitee\\.com/ascend/samples/tree/master/operator/ascendc/0_introduction/3_add_kernellaunch/AddKernelInvocationNeo$", |
| 41 | "^https://gitee\\.com/ascend/ascendc-api-adv/tree/master/examples$", | 41 | "^https://gitee\\.com/ascend/ascendc-api-adv/tree/master/examples$", |
| 42 | + "^https://github\\.com/openai/triton$", | ||
| 43 | + "^https://github\\.com/tile-ai/tilelang-ascend$", | ||
| 44 | + "^https://github\\.com/nlohmann/json/blob/develop/include/nlohmann/json\\.hpp$", | ||
| 42 | "^https://github\\.com/ImageMagick/ImageMagick-Windows/releases$", | 45 | "^https://github\\.com/ImageMagick/ImageMagick-Windows/releases$", |
| 43 | "^https://docs\\.docker\\.com/$", | 46 | "^https://docs\\.docker\\.com/$", |
| 44 | "^https://docs\\.docker\\.com/reference/cli/docker/buildx/$", | 47 | "^https://docs\\.docker\\.com/reference/cli/docker/buildx/$", |