Added Avail DA to Rollkit #13
ci_release.yml
on: pull_request
lint
/
golangci-lint
40s
lint
/
...
/
hadolint
7s
lint
/
yamllint
8s
lint
/
markdown-lint
28s
lint
/
protobuf-lint
48s
test
/
Go Mod Tidy Check
29s
test
/
Run Unit Tests
1m 38s
test
/
Run Integration Tests
5s
proto
/
proto-gen
38s
release
0s
Annotations
10 errors
lint / golangci-lint:
da/avail/avail.go#L11
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
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.
|