feat: parse #48
Annotations
10 errors
pkg/parse/parser.go#L75
Error return value of `p.lex.EatDelim` is not checked (errcheck)
|
pkg/parse/parser.go#L91
Error return value of `p.lex.EatKeyword` is not checked (errcheck)
|
pkg/parse/parser.go#L103
Error return value of `p.lex.EatKeyword` is not checked (errcheck)
|
pkg/parse/parser.go#L108
Error return value of `p.lex.EatKeyword` is not checked (errcheck)
|
pkg/parse/parser.go#L131
Error return value of `p.lex.EatDelim` is not checked (errcheck)
|
pkg/parse/parser.go#L148
Error return value of `p.lex.EatDelim` is not checked (errcheck)
|
pkg/parse/pred_parser.go#L19
Error return value of `p.lex.EatStringConstant` is not checked (errcheck)
|
pkg/parse/pred_parser.go#L22
Error return value of `p.lex.EatIntConstant` is not checked (errcheck)
|
pkg/parse/pred_parser.go#L27
Error return value of `p.Field` is not checked (errcheck)
|
pkg/parse/pred_parser.go#L45
Error return value of `p.Predicate` is not checked (errcheck)
|
This job failed
Loading