We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24171c2 commit 23a6d66Copy full SHA for 23a6d66
1 file changed
REUSE.toml
@@ -12,7 +12,6 @@ path = [
12
"Dockerfile",
13
"go.mod",
14
"go.sum",
15
- "internal/**",
16
]
17
SPDX-License-Identifier = "Apache-2.0"
18
SPDX-FileCopyrightText = "2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)"
@@ -31,14 +30,15 @@ SPDX-FileComment = "Documentation"
31
30
[[annotations]]
32
path= [
33
".github/**",
34
- "hack/**",
35
- ".*ignore",
36
- "PROJECT",
37
".golangci.yml",
38
- "Tiltfile",
39
- "repolinter.json",
+ ".*ignore",
40
"chart/.helmignore",
41
"chart/templates/_*.tpl",
+ "hack/**",
+ "internal/**",
+ "PROJECT",
+ "repolinter.json",
+ "Tiltfile",
42
43
44
0 commit comments