feat: add dashboard as monorepo #937
Annotations
9 errors and 1 warning
lint (1.21, ubuntu-latest):
swiftwave_service/dashboard/dashboard.go#L12
pattern all:www: no matching files found (typecheck)
|
lint (1.21, ubuntu-latest):
git_manager/parser.go#L182
S1008: should use 'return strings.Compare(sshKnownHosts, "") != 0' instead of 'if strings.Compare(sshKnownHosts, "") == 0 { return false }; return true' (gosimple)
|
lint (1.21, ubuntu-latest):
container_manager/container.go#L46
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
|
lint (1.21, ubuntu-latest):
container_manager/container.go#L53
SA1019: types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (staticcheck)
|
lint (1.21, ubuntu-latest):
container_manager/network.go#L15
SA1019: types.NetworkCreate is deprecated: use [network.CreateOptions]. (staticcheck)
|
lint (1.21, ubuntu-latest):
container_manager/network.go#L36
SA1019: types.NetworkInspectOptions is deprecated: use [network.InspectOptions]. (staticcheck)
|
lint (1.21, ubuntu-latest):
container_manager/network.go#L42
SA1019: types.NetworkInspectOptions is deprecated: use [network.InspectOptions]. (staticcheck)
|
lint (1.21, ubuntu-latest):
container_manager/network.go#L51
SA1019: types.NetworkInspectOptions is deprecated: use [network.InspectOptions]. (staticcheck)
|
lint (1.21, ubuntu-latest)
issues found
|
lint (1.21, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|