LGMT fixes + avoid capitalizing fmt.Errorf strings

This commit is contained in:
Thibault bui Koechlin 2020-05-19 21:31:06 +02:00
parent b8fb2ab555
commit 604b97a519
21 changed files with 101 additions and 586 deletions

View file

@ -60,7 +60,7 @@ func (n *Node) validate(pctx *UnixParserCtx) error {
//stage is being set automagically
if n.Stage == "" {
return fmt.Errorf("Stage needs to be an existing stage")
return fmt.Errorf("stage needs to be an existing stage")
}
/* "" behaves like continue */