Skip to content

feat[wip]: implement XLSX file type #2094

feat[wip]: implement XLSX file type

feat[wip]: implement XLSX file type #2094

Triggered via pull request August 7, 2025 14:25
Status Failure
Total duration 1m 29s
Artifacts

lint_golang.yml

on: pull_request
Lint with GolangCI
1m 27s
Lint with GolangCI
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Lint with GolangCI
issues found
Lint with GolangCI: xlsx/write.go#L66
increment-decrement: should replace h.idx += 1 with h.idx++ (revive)
Lint with GolangCI: xlsx/write.go#L29
unused-receiver: method receiver 'cl' is not referenced in method's body, consider removing or renaming it as _ (revive)
Lint with GolangCI: xlsx/spec.go#L21
unused-receiver: method receiver 's' is not referenced in method's body, consider removing or renaming it as _ (revive)
Lint with GolangCI: xlsx/spec.go#L19
unused-receiver: method receiver 's' is not referenced in method's body, consider removing or renaming it as _ (revive)
Lint with GolangCI: xlsx/read.go#L16
unused-receiver: method receiver 'cl' is not referenced in method's body, consider removing or renaming it as _ (revive)
Lint with GolangCI: xlsx/write.go#L37
Consider pre-allocating `cells` (prealloc)