fix: use unique rule number & wording [ci skip]

This commit is contained in:
decentral1se 2024-04-06 23:52:56 +02:00
parent a4de446f58
commit 004cd70aed
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 3 additions and 3 deletions

View File

@ -116,10 +116,10 @@ var LintRules = map[string][]LintRule{
Function: LintHasRecipeRepo,
},
{
Ref: "R014",
Ref: "R015",
Level: "warn",
Description: "Long secret names",
HowToResolve: "Reduce the length of secret names to 12 characters.",
Description: "long secret names",
HowToResolve: "reduce length of secret names to 12 chars",
Function: LintSecretLengths,
},
},