From b0868cf94443cff22620d5c6ff2e717271854d8c Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 7 Jul 2025 12:10:02 -0700 Subject: [PATCH] Ignore link to semconv model in Makefile (#6969) Link is not expected to be a valid URL, it is in a Weaver specific format. Addresses [this](https://github.com/open-telemetry/opentelemetry-go/actions/runs/16124252340/job/45497263506?pr=6963) failure. --- .lycheeignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lycheeignore b/.lycheeignore index 40d62fa2e..62c4a0ce2 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -2,5 +2,7 @@ http://localhost http://jaeger-collector https://github.com/open-telemetry/opentelemetry-go/milestone/ https://github.com/open-telemetry/opentelemetry-go/projects +# Weaver model URL for semantic-conventions repository. +https?:\/\/github\.com\/open-telemetry\/semantic-conventions\/archive\/refs\/tags\/[^.]+\.zip\[[^]]+] file:///home/runner/work/opentelemetry-go/opentelemetry-go/libraries file:///home/runner/work/opentelemetry-go/opentelemetry-go/manual