feat[wip]: implement XLSX file type #2094
lint_golang.yml
on: pull_request
Lint with GolangCI
1m 27s
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)
|