Skip to content

rename to pied_piper #1

rename to pied_piper

rename to pied_piper #1

Triggered via push November 16, 2023 01:15
Status Failure
Total duration 32s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Run Lint: decode.go#L10
func `decode` is unused (unused)
Run Lint: encode.go#L9
func `encode` is unused (unused)
Run Lint: huffman_tree_test.go#L397
func `printTree` is unused (unused)
Run Lint: huffman_tree.go#L158
S1002: should omit comparison to bool constant, can be simplified to `!bits[i]` (gosimple)
Run Lint: huffman_tree.go#L101
S1011: should replace loop with `bits = append(bits, code...)` (gosimple)
Run Lint
issues found