feat(web): rebuild the dashboard UI and the API it runs on #2008
ci.yml
on: pull_request
go-check
/
Build & Test
1m 42s
go-check
/
golangci-lint
1m 42s
go-check
/
govulncheck
36s
go-check
/
gosec
1m 29s
go-check
/
Smoke Tests (fast feedback)
1m 26s
go-check
/
Fuzz (corpus replay)
23s
go-check
/
License Scan
38s
go-check
/
Integration Tests
1m 44s
go-check
/
E2E Tests
1m 17s
Annotations
8 errors
|
go-check / golangci-lint
issues found
|
|
go-check / golangci-lint:
core/resilience.go#L307
directive `//nolint:goconst // metrics map key — coincidental collision with other "name" literals` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
core/docker_sdk_provider.go#L425
directive `//nolint:goconst // Docker SDK filter key — coincidental collision with other "name" string literals` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
config/validator.go#L394
directive `//nolint:goconst // see comment above switch` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
config/validator.go#L390
directive `//nolint:goconst // see comment above switch` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
cli/docker-labels.go#L530
directive `//nolint:goconst // Docker labels are stringly-typed — value is the literal "true"` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
cli/config_webhook.go#L408
directive `//nolint:goconst // matches gcfg:"secret" struct tag — Go syntax requires literal in tag` is unused for linter "goconst" (nolintlint)
|
|
go-check / golangci-lint:
cli/doctor_docker_timeout_test.go#L93
File is not properly formatted (gofumpt)
|