Skip to content

feat: update bash script #1

feat: update bash script

feat: update bash script #1

Triggered via push August 2, 2023 04:57
Status Failure
Total duration 47s
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: fltrie/fltrie_test.go#L24
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: main.go#L24
use of `fmt.Print` 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: trie/node.go#L5
Comment should end in a period (godot)
lint: trie/trie.go#L7
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)