|
|
|
@ -119,8 +119,9 @@ var ErrorSeverity = map[ErrorCode]SeverityLevel{
|
|
|
|
|
ErrUnknownRulesKey: Warning,
|
|
|
|
|
|
|
|
|
|
// Notes (if needed, add informational codes here)
|
|
|
|
|
ErrJobNameTooLong: Note,
|
|
|
|
|
ErrVariableNameTooLong: Note,
|
|
|
|
|
ErrNeedNameTooLong: Note,
|
|
|
|
|
ErrMissingFinalNewline: Note,
|
|
|
|
|
ErrJobNameTooLong: Note,
|
|
|
|
|
ErrVariableNameTooLong: Note,
|
|
|
|
|
ErrNeedNameTooLong: Note,
|
|
|
|
|
ErrMissingFinalNewline: Note,
|
|
|
|
|
ErrDependencyNotInNeeds: Note,
|
|
|
|
|
}
|
|
|
|
|