Skip to content

Commit ab58155

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkg/linters/module/rules/oss_library.go

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

110110
// Version
111-
versionNotification := `
112-
version must not be empty.
113-
Please fill in the parameter and configure CI (werf files for module images) to use these setting.
114-
See ADR "platform-security/2026-01-21-oss-yaml-werf.md"
115-
`
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\""
116112

117113
if strings.TrimSpace(p.Version) == "" {
118114
complaints = append(complaints, versionNotification)

0 commit comments

Comments
 (0)