Get rid of go vet and golangci-lint for now. #4
Annotations
7 errors and 2 warnings
audit:
evtm/evtm.go#L159
should not use underscores in Go names; method parameter new_time should be newTime (ST1003)
|
audit:
evtm/evtm.go#L206
comment on exported method Run should be of the form "Run ..." (ST1020)
|
audit:
evtm/evtm.go#L224
should omit type bool from declaration; it will be inferred from the right-hand side (ST1023)
|
audit:
evtm/evtm.go#L296
unnecessary assignment to the blank identifier (S1005)
|
audit:
evtm/evtm.go#L307
this value of nxtEvtTime is never used (SA4006)
|
audit:
vrtime/vrtime.go#L69
comment on exported method Seconds should be of the form "Seconds ..." (ST1020)
|
audit
Process completed with exit code 1.
|
audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
audit
Restore cache failed: Dependencies file is not found in /home/runner/work/evt/evt. Supported file pattern: go.sum
|