Skip to content

feat: cron parser

feat: cron parser #15

Triggered via pull request June 28, 2024 15:02
Status Failure
Total duration 10m 55s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

24 errors
ci (macos-latest): cmd/parser/cron_string.go#L30
Error return value of `file.Read` is not checked (errcheck)
ci (macos-latest): cmd/parser/parser.go#L33
Error return value of `json.Unmarshal` is not checked (errcheck)
ci (macos-latest): cmd/parser/cron_string.go#L28
ineffectual assignment to err (ineffassign)
ci (macos-latest): cmd/parser/cron_string.go#L101
ST1016: methods on the same type should have the same receiver name (seen 2x "c", 6x "s") (stylecheck)
ci (macos-latest): cmd/parser/config.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
ci (macos-latest): cmd/parser/cron_line.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
ci (macos-latest): cmd/parser/cron_parser.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
ci (macos-latest)
Process completed with exit code 2.
ci (ubuntu-latest): cmd/parser/cron_string.go#L30
Error return value of `file.Read` is not checked (errcheck)
ci (ubuntu-latest): cmd/parser/parser.go#L33
Error return value of `json.Unmarshal` is not checked (errcheck)
ci (ubuntu-latest): cmd/parser/cron_string.go#L28
ineffectual assignment to err (ineffassign)
ci (ubuntu-latest): cmd/parser/cron_string.go#L101
ST1016: methods on the same type should have the same receiver name (seen 2x "c", 6x "s") (stylecheck)
ci (ubuntu-latest): cmd/parser/config.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
ci (ubuntu-latest): cmd/parser/cron_line.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
ci (ubuntu-latest): cmd/parser/cron_parser.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
ci (ubuntu-latest)
Process completed with exit code 2.
ci (windows-latest): cmd/parser/cron_string.go#L30
Error return value of `file.Read` is not checked (errcheck)
ci (windows-latest): cmd/parser/parser.go#L33
Error return value of `json.Unmarshal` is not checked (errcheck)
ci (windows-latest): cmd/parser/cron_string.go#L28
ineffectual assignment to err (ineffassign)
ci (windows-latest): cmd/parser/config.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
ci (windows-latest): cmd/parser/cron_line.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
ci (windows-latest): cmd/parser/cron_parser.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
ci (windows-latest): cmd/parser/cron_string.go#L101
ST1016: methods on the same type should have the same receiver name (seen 2x "c", 6x "s") (stylecheck)
ci (windows-latest)
Process completed with exit code 2.