feat(github-action): add test and lint workflow #1
Annotations
13 errors
test:
internal/network/handler.go#L51
assignment mismatch: 1 variable but syscall.Select returns 2 values
|
test:
internal/network/handler.go#L185
cannot use [32]int32{} (value of type [32]int32) as [16]int64 value in assignment
|
test
Process completed with exit code 1.
|
lint:
internal/network/connection.go#L1
: # github.com/miladbarzideh/goldis/internal/network
|
lint:
internal/network/handler.go#L51
assignment mismatch: 1 variable but syscall.Select returns 2 values
|
lint:
internal/network/handler.go#L185
cannot use [32]int32{} (value of type [32]int32) as [16]int64 value in assignment (typecheck)
|
lint:
cmd/goldis/main.go#L7
could not import github.com/miladbarzideh/goldis/internal/network (-: # github.com/miladbarzideh/goldis/internal/network
|
lint:
internal/network/handler.go#L51
assignment mismatch: 1 variable but syscall.Select returns 2 values
|
lint:
internal/network/handler.go#L185
cannot use [32]int32{} (value of type [32]int32) as [16]int64 value in assignment) (typecheck)
|
lint:
internal/datastore/db.go#L135
ineffectual assignment to node (ineffassign)
|
lint:
internal/datastore/db.go#L101
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
lint:
internal/datastore/zset.go#L111
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
lint
issues found
|