Add lint and test workflows #2
Annotations
10 errors
lint:
app/peptide/payloadstore/payloadstore.go#L1
: # github.com/polymerdao/monomer/app/peptide/payloadstore [github.com/polymerdao/monomer/app/peptide/payloadstore.test]
|
lint:
app/peptide/payloadstore/payloadstore_test.go#L20
undefined: eetypes
|
lint:
app/peptide/payloadstore/payloadstore_test.go#L25
undefined: eetypes
|
lint:
app/peptide/payloadstore/payloadstore_test.go#L29
ps.Add(payload) (no value) used as value
|
lint:
app/peptide/payloadstore/payloadstore_test.go#L30
payload.GetPayloadID undefined (type *monomer.Payload has no field or method GetPayloadID)
|
lint:
app/peptide/payloadstore/payloadstore_test.go#L39
newpayload.GetPayloadID undefined (type *monomer.Payload has no field or method GetPayloadID) (typecheck)
|
lint:
app/peptide/rpc_ee/rpcstack.go#L135
Error return value of `h.server.Serve` is not checked (errcheck)
|
lint:
monomer.go#L157
Error return value of `binary.Write` is not checked (errcheck)
|
lint:
monomer.go#L160
Error return value of `binary.Write` is not checked (errcheck)
|
lint:
monomer.go#L163
Error return value of `binary.Write` is not checked (errcheck)
|