feat: use hashicorp/cronexpr for cron #5320
Annotations
4 errors
internal/cron/pattern.go#L233
assignOp: replace `cron = cron + " "` with `cron += " "` (gocritic)
|
internal/cron/pattern.go#L235
assignOp: replace `cron = cron + comp.String()` with `cron += comp.String()` (gocritic)
|
internal/cron/pattern.go#L239
error returned from external package is unwrapped: sig: func github.com/hashicorp/cronexpr.Parse(cronLine string) (*github.com/hashicorp/cronexpr.Expression, error) (wrapcheck)
|
|
This job failed
Loading