Skip to content

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

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 #5

Status Failure
Total duration 43s
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
lint: fltrie/fltrie_test.go#L24
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: fltrie/fltrie.go#L15
Comment should end in a period (godot)
lint: fltrie/fltrie.go#L22
Comment should end in a period (godot)
lint: fltrie/fltrie.go#L31
Comment should end in a period (godot)
lint: fltrie/fltrie.go#L78
`if len(route) == 32 && fl.build` has complex nested blocks (complexity: 9) (nestif)
lint: fltrie/fltrie.go#L6
import 'github.com/1995parham/FlashTrie.go/pctrie' is not allowed from list 'Main' (depguard)
lint: fltrie/fltrie.go#L7
import 'github.com/1995parham/FlashTrie.go/trie' is not allowed from list 'Main' (depguard)
lint: fltrie/fltrie_test.go#L7
import 'github.com/1995parham/FlashTrie.go/net' is not allowed from list 'Main' (depguard)
lint: fltrie/fltrie.go#L24
build is missing in FLTrie (exhaustivestruct)
lint: fltrie/fltrie.go#L41
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"FLTrie height must be 32 that are greater than %d\", fl.trie.Height)" (goerr113)