From f3b408a187f9d41e05686da890d379cfc44b7642 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Mon, 1 Dec 2025 01:53:21 +1100 Subject: [PATCH 1/3] Add exemption for artifact hub --- .clomonitor.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clomonitor.yml diff --git a/.clomonitor.yml b/.clomonitor.yml new file mode 100644 index 0000000000..48c5d9d9f6 --- /dev/null +++ b/.clomonitor.yml @@ -0,0 +1,4 @@ +# see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions +exemptions: + - check: artifacthub_badge + reason: "Artifact Hub doesn't support c++ packages" From 2f73a2701226389aa2a9e3450e9e9b2a29d1f8d8 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Mon, 1 Dec 2025 01:58:26 +1100 Subject: [PATCH 2/3] Update .copyright-ignore --- .copyright-ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.copyright-ignore b/.copyright-ignore index 81c51bcd50..b99d7a2e3b 100644 --- a/.copyright-ignore +++ b/.copyright-ignore @@ -46,6 +46,7 @@ ./.bazelignore ./.bazelversion +./.clomonitor.yml ./docker/.gitignore .markdownlintignore ./ci/toc.yml From a7d7f29989eb79e56159903f4b686042fbc701b0 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Mon, 1 Dec 2025 19:21:11 +1100 Subject: [PATCH 3/3] switch to commented copyright text --- .clomonitor.yml | 2 ++ .copyright-ignore | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.clomonitor.yml b/.clomonitor.yml index 48c5d9d9f6..6b06698eab 100644 --- a/.clomonitor.yml +++ b/.clomonitor.yml @@ -1,3 +1,5 @@ +# Copyright The OpenTelemetry Authors +# SPDX-License-Identifier: Apache-2.0 # see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions exemptions: - check: artifacthub_badge diff --git a/.copyright-ignore b/.copyright-ignore index b99d7a2e3b..81c51bcd50 100644 --- a/.copyright-ignore +++ b/.copyright-ignore @@ -46,7 +46,6 @@ ./.bazelignore ./.bazelversion -./.clomonitor.yml ./docker/.gitignore .markdownlintignore ./ci/toc.yml