fix: add warning for long secret names #359
@ -119,7 +119,7 @@ var LintRules = map[string][]LintRule{
|
||||
Ref: "R014",
|
||||
Level: "warn",
|
||||
Description: "Long secret names",
|
||||
HowToResolve: "Reduce the lenght of secret names to 12 characters.",
|
||||
HowToResolve: "Reduce the length of secret names to 12 characters.",
|
||||
rix marked this conversation as resolved
Outdated
|
||||
Function: LintSecretLengths,
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user
%s/lenght/length/
Good spot! fixed now : )