From 0386c61d283641dde6a444a3d412392e59bfcfc0 Mon Sep 17 00:00:00 2001 From: IvoGoman Date: Thu, 4 Dec 2025 16:42:29 +0100 Subject: [PATCH] fix(ci): ignore licenserc spdx templates REUSE linter is not compatible with the SPDX templates used --- .github/licenserc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/licenserc.yaml b/.github/licenserc.yaml index 0934b7107..280eb3a34 100644 --- a/.github/licenserc.yaml +++ b/.github/licenserc.yaml @@ -1,3 +1,4 @@ +# REUSE-IgnoreStart header: license: spdx-id: Apache-2.0 @@ -7,6 +8,7 @@ header: pattern: | SPDX-FileCopyrightText: [0-9]+ SAP SE or an SAP affiliate company and Greenhouse contributors SPDX-License-Identifier: Apache-2\.0 +# REUSE-IgnoreEnd paths: # `paths` are the path list that will be checked (and fixed) by license-eye, default is ['**']. - '**'