Skip to content

Commit d54ede5

Browse files
committed
add note
Signed-off-by: suselz <suselz@mail.ru>
1 parent ab58155 commit d54ede5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/linters/module/rules/oss_library.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,9 @@ func assertOssProject(i int, p *ossProject) error {
108108
}
109109

110110
// Version
111-
versionNotification := "version must not be empty. Please fill in the parameter and configure CI (werf files for module images) to use these setting. See ADR \"platform-security/2026-01-21-oss-yaml-werf.md\""
112111

113112
if strings.TrimSpace(p.Version) == "" {
114-
complaints = append(complaints, versionNotification)
113+
complaints = append(complaints, "version must not be empty. Please fill in the parameter and configure CI (werf files for module images) to use these setting. See ADR \"platform-security/2026-01-21-oss-yaml-werf.md\"")
115114
}
116115
// Name
117116

0 commit comments

Comments
 (0)