Skip to content

Bump github.com/emirpasic/gods from 1.12.0 to 1.18.1 #2

Bump github.com/emirpasic/gods from 1.12.0 to 1.18.1

Bump github.com/emirpasic/gods from 1.12.0 to 1.18.1 #2

Status Failure
Total duration 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: main.go#L24
use of `fmt.Print` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: fltrie/fltrie_test.go#L24
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: trie/trie.go#L41
Function 'Divide' is too long (69 > 60) (funlen)
lint: net/net.go#L20
assignOp: replace `str = str + fmt.Sprintf("%08b", octet)` with `str += fmt.Sprintf("%08b", octet)` (gocritic)
lint: net/net.go#L34
assignOp: replace `str = str + fmt.Sprintf("%08b", octet)` with `str += fmt.Sprintf("%08b", octet)` (gocritic)
lint: net/net.go#L9
Comment should end in a period (godot)
lint: pctrie/pctrie.go#L10
Comment should end in a period (godot)
lint: pctrie/pctrie.go#L20
Comment should end in a period (godot)
lint: trie/trie.go#L148
`represenation` is a misspelling of `representation` (misspell)
lint: trie/trie.go#L118
`if b == '*'` has complex nested blocks (complexity: 13) (nestif)
lint: trie/trie.go#L31
empty-block: this block is empty, you can remove it (revive)