Skip to content

Update convert.go

Update convert.go #358

Triggered via push October 17, 2024 02:40
Status Failure
Total duration 27s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci: py/init.go#L27
Error return value of `os.MkdirAll` is not checked (errcheck)
golangci: py/init.go#L95
Error return value is not checked (errcheck)
golangci: datatable.go#L1372
S1011: should replace loop with `dls = append(dls, dt.columns...)` (gosimple)
golangci: datalist_test.go#L21
S1023: redundant `return` statement (gosimple)
golangci: datatable_test.go#L9
S1023: redundant `return` statement (gosimple)
golangci: datalist.go#L1031
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)
golangci: gplot/bar.go#L49
S1001: should use copy(to, from) instead of a loop (gosimple)
golangci: plot/save_chart.go#L87
Error return value of `os.Rename` is not checked (errcheck)
golangci: lpgen/lpgen.go#L100
Error return value of `file.WriteString` is not checked (errcheck)
golangci: lpgen/lpgen.go#L111
Error return value of `file.WriteString` is not checked (errcheck)
golangci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/