Skip to content

Commit 5dc3dda

Browse files
committed
Update reuse configuration
1 parent ad55872 commit 5dc3dda

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

REUSE.toml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,34 @@ SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>"
44
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/gardener-extension-provider-ironcore"
55

66
[[annotations]]
7-
path = [".github/**", ".gitignore", ".dockerignore", ".golangci.yaml", "CODEOWNERS", "CODE_OF_CONDUCT.md", "Dockerfile", "Makefile", "go.mod", "go.sum", "VERSION", "hack/**", "example/**", "charts/**", "imagevector/images.yaml", "pkg/controller/bastion/ignition/template.yaml"]
7+
path = [
8+
".github/**",
9+
".gitignore",
10+
".dockerignore",
11+
".golangci.yaml",
12+
"CODEOWNERS",
13+
"CODE_OF_CONDUCT.md",
14+
"Dockerfile",
15+
"Makefile",
16+
"go.mod",
17+
"go.sum",
18+
"VERSION",
19+
"hack/**",
20+
"example/**",
21+
"charts/**",
22+
"imagevector/images.yaml",
23+
"pkg/controller/bastion/ignition/template.yaml",
24+
"REUSE.toml",
25+
]
826
precedence = "aggregate"
927
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
1028
SPDX-License-Identifier = "Apache-2.0"
1129

1230
[[annotations]]
13-
path = ["docs/**", "README.md"]
31+
path = [
32+
"docs/**",
33+
"README.md",
34+
]
1435
precedence = "aggregate"
1536
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
1637
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)