tests and actions #1
Annotations
4 errors
lint:
cmd/spop/frontend.go#L87
should use log.Printf(...) instead of log.Println(fmt.Sprintf(...)) (S1038)
|
lint:
cmd/spop/main.go#L130
unnecessary use of fmt.Sprintf (S1039)
|
lint:
validator_pow.go#L124
should use 'return bytes.HasPrefix(sum, []byte{0x00, 0x00})' instead of 'if !bytes.HasPrefix(sum, []byte{0x00, 0x00}) { return false }; return true' (S1008)
|
lint
Process completed with exit code 1.
|