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