feature: heatmap #790
Annotations
6 errors
golangci-lint:
internal/providers/gofpdf/heatmap.go#L84
assignOp: replace `total = total + offset` with `total += offset` (gocritic)
|
golangci-lint:
pkg/props/heatmap.go#L11
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
internal/providers/gofpdf/heatmap.go#L99
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
internal/providers/gofpdf/heatmap.go#L64
`(heatMap).getSteps` - `prop` is unused (unparam)
|
golangci-lint:
internal/providers/gofpdf/heatmap.go#L33
S1009: should omit nil check; len() for [][]int is defined as zero (gosimple)
|
golangci-lint
issues found
|
Loading