feat: cron parser #102
Annotations
10 errors
analyze (go):
cmd/parser/cron_string.go#L30
Error return value of `file.Read` is not checked (errcheck)
|
analyze (go):
cmd/parser/parser.go#L33
Error return value of `json.Unmarshal` is not checked (errcheck)
|
analyze (go):
cmd/parser/cron_string.go#L28
ineffectual assignment to err (ineffassign)
|
analyze (go):
cmd/parser/cron_string.go#L101
ST1016: methods on the same type should have the same receiver name (seen 2x "c", 6x "s") (stylecheck)
|
analyze (go):
cmd/parser/config.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
|
analyze (go):
cmd/parser/cron_line.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
|
analyze (go):
cmd/parser/cron_parser.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
|
analyze (go):
meta/github.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
|
analyze (go):
cmd/parser/cron_string.go#L30
Error return value of `file.Read` is not checked (errcheck)
|
analyze (go):
cmd/parser/parser.go#L33
Error return value of `json.Unmarshal` is not checked (errcheck)
|