Skip to content

Added Avail DA to Rollkit #16

Added Avail DA to Rollkit

Added Avail DA to Rollkit #16

Triggered via pull request August 23, 2023 05:02
Status Failure
Total duration 1m 58s
Artifacts

ci_release.yml

on: pull_request
lint  /  golangci-lint
39s
lint / golangci-lint
lint  /  ...  /  hadolint
9s
lint / hadolint / hadolint
lint  /  yamllint
9s
lint / yamllint
lint  /  markdown-lint
32s
lint / markdown-lint
lint  /  protobuf-lint
41s
lint / protobuf-lint
test  /  Go Mod Tidy Check
28s
test / Go Mod Tidy Check
test  /  Run Unit Tests
1m 46s
test / Run Unit Tests
test  /  Run Integration Tests
4s
test / Run Integration Tests
proto  /  proto-gen
32s
proto / proto-gen
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint / golangci-lint: da/avail/avail.go#L11
File is not `goimports`-ed with -local github.com/rollkit (goimports)
lint / golangci-lint: conv/addr_test.go#L57
G601: Implicit memory aliasing in for loop. (gosec)
lint / golangci-lint: da/avail/avail.go#L114
G107: Potential HTTP request made with variable url (gosec)
lint / golangci-lint: da/avail/avail.go#L165
G107: Potential HTTP request made with variable url (gosec)
lint / golangci-lint: da/avail/avail.go#L101
`succesfully` is a misspelling of `successfully` (misspell)
lint / golangci-lint: da/avail/avail.go#L27
`namespace` is unused (structcheck)
lint / golangci-lint: da/avail/avail.go#L23
structtag: struct field confidence has json tag but is not exported (govet)
lint / golangci-lint: da/avail/avail.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint / golangci-lint
issues found
test / Run Unit Tests: da/avail/avail.go#L23
struct field confidence has json tag but is not exported
test / Run Unit Tests
Process completed with exit code 2.