Skip to content

Commit b1b4ad6

Browse files
committed
Split REUSE path list into multiple lines
1 parent 74e8c19 commit b1b4ad6

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

REUSE.toml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,43 @@ SPDX-PackageSupplier = "IronCore authors <[email protected]>"
44
SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/boot-operator"
55

66
[[annotations]]
7-
path = [".github/**", ".gitignore", "CODEOWNERS", "Dockerfile", "Makefile", "PROJECT", "config/**", "dist/**", "dist/**", "gen/**", "go.mod", "go.sum", "hack/**", "server/**", "templates/**", "internal/**", "cmd/**", "api/**", "config/**", "test/**", "CONTRIBUTING.md", "PROJECT", "mkdocs.yml", ".dockerignore", ".golangci.yml", "REUSE.toml"]
7+
path = [
8+
".github/**",
9+
".gitignore",
10+
"CODEOWNERS",
11+
"Dockerfile",
12+
"Makefile",
13+
"PROJECT",
14+
"config/**",
15+
"dist/**",
16+
"dist/**",
17+
"gen/**",
18+
"go.mod",
19+
"go.sum",
20+
"hack/**",
21+
"server/**",
22+
"templates/**",
23+
"internal/**",
24+
"cmd/**",
25+
"api/**",
26+
"config/**",
27+
"test/**",
28+
"CONTRIBUTING.md",
29+
"PROJECT",
30+
"mkdocs.yml",
31+
".dockerignore",
32+
".golangci.yml",
33+
"REUSE.toml"
34+
]
835
precedence = "aggregate"
936
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and IronCore contributors"
1037
SPDX-License-Identifier = "Apache-2.0"
1138

1239
[[annotations]]
13-
path = ["docs/**", "README.md"]
40+
path = [
41+
"docs/**",
42+
"README.md"
43+
]
1444
precedence = "aggregate"
1545
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and IronCore contributors"
1646
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)