Skip to content

Update save_chart.go #360

Update save_chart.go

Update save_chart.go #360

Triggered via push October 17, 2024 02:46
Status Failure
Total duration 25s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci: gplot/bar.go#L49
S1001: should use copy(to, from) instead of a loop (gosimple)
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: 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: lpgen/lpgen.go#L122
Error return value of `file.WriteString` is not checked (errcheck)
golangci: csvxl/convert.go#L105
Error return value of `f.NewSheet` is not checked (errcheck)
golangci: csvxl/convert.go#L225
Error return value of `f.SetCellValue` 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/